mirror of
https://github.com/zadam/trilium.git
synced 2026-05-05 15:16:17 +02:00
fix
This commit is contained in:
@@ -82,8 +82,10 @@ class TabContext extends Component {
|
||||
});
|
||||
}
|
||||
|
||||
// close dangling autocompletes after closing the tab
|
||||
$(".aa-input").autocomplete("close");
|
||||
if (utils.isDesktop()) {
|
||||
// close dangling autocompletes after closing the tab
|
||||
$(".aa-input").autocomplete("close");
|
||||
}
|
||||
}
|
||||
|
||||
/** @property {NoteShort} */
|
||||
|
||||
Reference in New Issue
Block a user