Defocus show/hide sidbar button after clicking to close tooltip

Fixes issue #628
This commit is contained in:
Jan Böhmer 2024-06-22 23:08:51 +02:00
parent 25e0c22de9
commit 32a72bfd23

View file

@ -88,5 +88,8 @@ export default class extends Controller {
} else {
this.hideSidebar();
}
//Hide the tootip on the button
this._toggle_button.blur();
}
}