diff --git a/src/public/app/services/tab_context.js b/src/public/app/services/tab_context.js index 937b0a075..43e45ef23 100644 --- a/src/public/app/services/tab_context.js +++ b/src/public/app/services/tab_context.js @@ -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} */