Skip to content

Commit b865f07

Browse files
BeksOmegasebjacobs
authored andcommitted
fix: add pinch to zoom support (scratchfoundation#21)
1 parent 646b8c0 commit b865f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/blocks.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ Blocks.propTypes = {
823823
Blocks.defaultOptions = {
824824
zoom: {
825825
controls: true,
826-
wheel: false,
826+
wheel: true,
827+
pinch: true,
827828
startScale: BLOCKS_DEFAULT_SCALE,
828829
},
829830
move: {

0 commit comments

Comments
 (0)