Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
b30d921f1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/actions/actionCanvas.tsx

+ 1
- 1
src/actions/actionCanvas.tsx View File

@@ -99,7 +99,7 @@ export const actionZoomIn = register({
99 99
       aria-label={t("buttons.zoomIn")}
100 100
       onClick={() => {
101 101
         window.tmp_hooks ? tmp_hooks.zoomIn_onclick = {that:this,updateData} : 0
102
-    window.tmp_hooks ? tmp_hooks.ac3 = {NormalizedZoomValue,AppState}
102
+    window.tmp_hooks ? tmp_hooks.ac3 = {NormalizedZoomValue,AppState} : 0
103 103
         console.log("xcal_dev ZoomIn:",{that:this,updateData})
104 104
         updateData(null);
105 105
       }}

Loading…
Cancel
Save