mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
hoisting support in mobile view WIP
This commit is contained in:
@@ -190,16 +190,20 @@ export default class Entrypoints extends Component {
|
||||
toastService.showMessage("Note executed");
|
||||
}
|
||||
|
||||
hideAllTooltips() {
|
||||
hideAllPopups() {
|
||||
$(".tooltip").removeClass("show");
|
||||
|
||||
if (utils.isDesktop()) {
|
||||
$(".aa-input").autocomplete("close");
|
||||
}
|
||||
}
|
||||
|
||||
noteSwitchedEvent() {
|
||||
this.hideAllTooltips();
|
||||
this.hideAllPopups();
|
||||
}
|
||||
|
||||
activeContextChangedEvent() {
|
||||
this.hideAllTooltips();
|
||||
this.hideAllPopups();
|
||||
}
|
||||
|
||||
async forceSaveNoteRevisionCommand() {
|
||||
|
||||
Reference in New Issue
Block a user