Skip to content

Commit

Permalink
🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Nov 21, 2024
1 parent 98a0965 commit 0e357f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/history/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ export const openHistory = (app: App) => {
}
});
dialog.element.setAttribute("data-key", Constants.DIALOG_HISTORY);
dialog.element.querySelector("input").focus();
bindEvent(app, dialog.element, dialog);
resizeSide(dialog.element.querySelector(".history__resize"), dialog.element.querySelector(".history__side"), "sideWidth");
}
Expand Down

0 comments on commit 0e357f7

Please sign in to comment.