mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 14:55:03 +08:00
fix(command_palette): print command showing modal
This commit is contained in:
parent
d48470ffb1
commit
1d1a0ac4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue