mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01: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