mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
improvements in mobile layout for launchbar
This commit is contained in:
@@ -83,6 +83,8 @@ class NoteContext extends Component {
|
||||
if (utils.isDesktop()) {
|
||||
// close dangling autocompletes after closing the tab
|
||||
$(".aa-input").autocomplete("close");
|
||||
} else if (utils.isMobile()) {
|
||||
this.triggerCommand('setActiveScreen', {screen: 'detail'});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user