Browse Source

auto commit

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

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

74
 export const actionZoomIn = register({
74
 export const actionZoomIn = register({
75
   name: "zoomIn",
75
   name: "zoomIn",
76
   perform: (_elements, appState) => {
76
   perform: (_elements, appState) => {
77
+    console.log("xdev zoom_in")
77
     /*
78
     /*
78
     var z = {
79
     var z = {
79
       ZOOM_STEP,
80
       ZOOM_STEP,

Loading…
Cancel
Save