mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-29 08:49:16 -05:00
fix mobile text editor display
This commit is contained in:
@@ -338,7 +338,9 @@ class TabContext {
|
||||
}
|
||||
|
||||
closeAutocomplete() {
|
||||
this.$tabContent.find('.aa-input').autocomplete('close');
|
||||
if (utils.isDesktop()) {
|
||||
this.$tabContent.find('.aa-input').autocomplete('close');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user