@squeed/flow-sdk 2.0.19 → 2.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6867,10 +6867,10 @@ const e1 = [
|
|
|
6867
6867
|
let we = ze.zoom();
|
|
6868
6868
|
switch (ye) {
|
|
6869
6869
|
case "increase":
|
|
6870
|
-
we = Math.min(pr, we + tr), ze.zoom(we), ze.center();
|
|
6870
|
+
we = Math.min(pr, we + tr), ze.zoom(we), ze.center(!1);
|
|
6871
6871
|
break;
|
|
6872
6872
|
case "decrease":
|
|
6873
|
-
we = Math.max(cr, we - tr), ze.zoom(we), ze.center();
|
|
6873
|
+
we = Math.max(cr, we - tr), ze.zoom(we), ze.center(!1);
|
|
6874
6874
|
break;
|
|
6875
6875
|
case "reset":
|
|
6876
6876
|
ze.fit(50);
|