mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
Merge remote-tracking branch 'origin/stable' into math2
This commit is contained in:
commit
a9f49e7f25
@ -82,8 +82,10 @@ class TabContext extends Component {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// close dangling autocompletes after closing the tab
|
if (utils.isDesktop()) {
|
||||||
$(".aa-input").autocomplete("close");
|
// close dangling autocompletes after closing the tab
|
||||||
|
$(".aa-input").autocomplete("close");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @property {NoteShort} */
|
/** @property {NoteShort} */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user