Open GistCode opened 3 years ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe:
OSX 'ctrl + click' converts it into a right click action on OSX making 'drag to copy' impossible
Closes #
Use CMD key captured as metaKey for OSX https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
metaKey
[ ] Yes [X] No
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
OSX 'ctrl + click' converts it into a right click action on OSX making 'drag to copy' impossible
Closes #
What is the new behavior?
Use CMD key captured as
metaKey
for OSX https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKeyDoes this PR introduce a breaking change?
Other information