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

View File

@@ -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} */