mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix popups/tooltips not disappearing after loading new note, closes #1214
This commit is contained in:
@@ -219,4 +219,16 @@ export default class Entrypoints extends Component {
|
||||
|
||||
toastService.showMessage("Note executed");
|
||||
}
|
||||
|
||||
hideAllTooltips() {
|
||||
$(".tooltip").removeClass("show");
|
||||
}
|
||||
|
||||
tabNoteSwitchedEvent() {
|
||||
this.hideAllTooltips();
|
||||
}
|
||||
|
||||
activeTabChangedEvent() {
|
||||
this.hideAllTooltips();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user