Bläddra i källkod

auto commit

master
jfinn 3 år sedan
förälder
incheckning
b30d921f1a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/actions/actionCanvas.tsx

+ 1
- 1
src/actions/actionCanvas.tsx Visa fil

99
       aria-label={t("buttons.zoomIn")}
99
       aria-label={t("buttons.zoomIn")}
100
       onClick={() => {
100
       onClick={() => {
101
         window.tmp_hooks ? tmp_hooks.zoomIn_onclick = {that:this,updateData} : 0
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
         console.log("xcal_dev ZoomIn:",{that:this,updateData})
103
         console.log("xcal_dev ZoomIn:",{that:this,updateData})
104
         updateData(null);
104
         updateData(null);
105
       }}
105
       }}

Laddar…
Avbryt
Spara