This commit is contained in:
zadam 2020-10-19 23:58:13 +02:00
parent 7bd7323097
commit fcf80f1e57
2 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "trilium", "name": "trilium",
"version": "0.44.7", "version": "0.44.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -82,9 +82,11 @@ class TabContext extends Component {
}); });
} }
if (utils.isDesktop()) {
// close dangling autocompletes after closing the tab // close dangling autocompletes after closing the tab
$(".aa-input").autocomplete("close"); $(".aa-input").autocomplete("close");
} }
}
/** @property {NoteShort} */ /** @property {NoteShort} */
get note() { get note() {