mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Defocus show/hide sidbar button after clicking to close tooltip
Fixes issue #628
This commit is contained in:
parent
25e0c22de9
commit
32a72bfd23
1 changed files with 3 additions and 0 deletions
|
@ -88,5 +88,8 @@ export default class extends Controller {
|
|||
} else {
|
||||
this.hideSidebar();
|
||||
}
|
||||
|
||||
//Hide the tootip on the button
|
||||
this._toggle_button.blur();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue