Skip to content

Commit

Permalink
re-enable scroll to zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Sep 12, 2024
1 parent b5e1a4d commit 5721e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};
Expand Down

0 comments on commit 5721e24

Please sign in to comment.