mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
await commandRegistry.executeCommand(suggestion.commandId);
|
|
||||||
this.modal.hide();
|
this.modal.hide();
|
||||||
|
await commandRegistry.executeCommand(suggestion.commandId);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (commandMode) {
|
if (commandMode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user