mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
launchbar WIP
This commit is contained in:
@@ -71,7 +71,9 @@ export default class RootCommandExecutor extends Component {
|
||||
options.toggle('leftPaneVisible');
|
||||
}
|
||||
|
||||
showLaunchBarShortcutsCommand() {
|
||||
appContext.tabManager.openContextWithNote('lb_root', true, null, 'lb_root');
|
||||
async showLaunchBarShortcutsCommand() {
|
||||
await appContext.tabManager.openContextWithNote('lb_root', true, null, 'lb_root');
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user