Skip to content

Commit

Permalink
web: (wip) add command palette
Browse files Browse the repository at this point in the history
Signed-off-by: 01zulfi <[email protected]>
  • Loading branch information
01zulfi committed Jan 24, 2025
1 parent 32eb9d9 commit c3946b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const CommandPaletteDialog = DialogManager.register(
});
if (action) {
action(command.id);
reset();
props.onClose(true);
}
setSelected(0);
Expand Down Expand Up @@ -170,6 +171,7 @@ export const CommandPaletteDialog = DialogManager.register(
});
if (action) {
action(command.id);
reset();
props.onClose(true);
}
}}
Expand Down

0 comments on commit c3946b4

Please sign in to comment.