|
|
|
|
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
|
}}
|