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 0aeae1a + bba6e1f commit 4c854bfCopy full SHA for 4c854bf
src/scripts/clipperUI/panels/optionsPanel.tsx
@@ -69,7 +69,7 @@ class OptionsPanelClass extends ComponentBase<{}, OptionsPanelProp> {
69
this.checkOptionsBeforeStartClip();
70
}
71
if (oldOnKeyDown) {
72
- oldOnKeyDown.call(document, event);
+ oldOnKeyDown.call(document, ev);
73
74
};
75
0 commit comments