diff --git a/webapp/src/blocks.tsx b/webapp/src/blocks.tsx index 2ab17e7a9aa..8dd3435eacf 100644 --- a/webapp/src/blocks.tsx +++ b/webapp/src/blocks.tsx @@ -1268,7 +1268,8 @@ export class Editor extends toolboxeditor.ToolboxEditor { minScale: .2, scaleSpeed: 1.5, startScale: pxt.BrowserUtils.isMobile() ? 0.7 : 0.9, - pinch: true + pinch: true, + wheel: true }, rtl: Util.isUserLanguageRtl() };