Zoom in/out with CMD on Mac #4993
Labels
help wanted
External contributions actively solicited
issue: bug
Describes why the code or behaviour is wrong
Milestone
Using JS code:
Blockly.inject(element, {
zoom: {
wheel: true,
},
move: {
scrollbars: true,
drag: true,
wheel: true,
},
});
we can zoom in/out on CTRL, but it doesn't work on CMD on Macs.
The text was updated successfully, but these errors were encountered: