mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 18:30:06 +01:00
Defocus show/hide sidbar button after clicking to close tooltip
Fixes issue #628
This commit is contained in:
@@ -88,5 +88,8 @@ export default class extends Controller {
|
||||
} else {
|
||||
this.hideSidebar();
|
||||
}
|
||||
|
||||
//Hide the tootip on the button
|
||||
this._toggle_button.blur();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user