mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(command_palette): print command showing modal
This commit is contained in:
parent
d48470ffb1
commit
1d1a0ac4fd
@ -143,8 +143,8 @@ export default class JumpToNoteDialog extends BasicWidget {
|
||||
return false;
|
||||
}
|
||||
|
||||
await commandRegistry.executeCommand(suggestion.commandId);
|
||||
this.modal.hide();
|
||||
await commandRegistry.executeCommand(suggestion.commandId);
|
||||
});
|
||||
|
||||
if (commandMode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user