We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02fb0c3 + b0a6ce3 commit a7066e4Copy full SHA for a7066e4
1 file changed
src/component/Header.jsx
@@ -23,6 +23,7 @@ const setHotKeys = (actions) => {
23
});
24
}
25
26
+ keys = keys.substring(0, keys.length - 1);
27
hotkeys(keys, (event, handler) => {
28
event.preventDefault();
29
map[handler.shortcut].click();
0 commit comments