Skip to content

Commit

Permalink
fix(commandline): pressing esc always closing modal instead of going …
Browse files Browse the repository at this point in the history
…back in history
  • Loading branch information
Miodec committed Mar 24, 2024
1 parent 7b86d5c commit 6357489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/commandline/commandline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ async function decrementActiveIndex(): Promise<void> {
const modal = new AnimatedModal({
dialogId: "commandLine",
customEscapeHandler: (): void => {
hide();
//
},
customWrapperClickHandler: (): void => {
hide();
Expand Down

0 comments on commit 6357489

Please sign in to comment.