Merge remote-tracking branch 'origin/stable' into math2

This commit is contained in:
zadam 2020-10-20 20:31:27 +02:00
commit a9f49e7f25

View File

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