Skip to content

Commit b0a6ce3

Browse files
committed
Update Header.jsx
1 parent 02fb0c3 commit b0a6ce3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/component/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const setHotKeys = (actions) => {
2323
});
2424
}
2525
});
26+
keys = keys.substring(0, keys.length - 1);
2627
hotkeys(keys, (event, handler) => {
2728
event.preventDefault();
2829
map[handler.shortcut].click();

0 commit comments

Comments
 (0)