fix(command_palette): print command showing modal

This commit is contained in:
Elian Doran 2025-07-28 11:15:48 +03:00
parent d48470ffb1
commit 1d1a0ac4fd
No known key found for this signature in database

View File

@ -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) {