From 8e1dc14483d6e012734a30b666af7aa5427c58f9 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Wed, 21 Aug 2024 15:58:18 +0000 Subject: [PATCH] Revert "fix: add zoom controls config (#126)" (#128) This reverts commit a09ae248a1c3aa422942b1f9d21487c79c0c4b86. --- src/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/index.js b/src/index.js index c29c83248f..4621666f12 100644 --- a/src/index.js +++ b/src/index.js @@ -72,12 +72,6 @@ export function inject(container, options) { Object.assign(options, { renderer: "scratch", theme: "zelos", - zoom: { - controls: true, - wheel: true, - pinch: true, - startScale: 0.675, - }, plugins: { toolbox: ScratchContinuousToolbox, flyoutsVerticalToolbox: CheckableContinuousFlyout,