Ver código fonte

testing new branch

Pamela Wolf 4 anos atrás
pai
commit
5eac45e5e1
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      guiEditor/src/diagram/graphCanvas.tsx

+ 2 - 0
guiEditor/src/diagram/graphCanvas.tsx

@@ -959,6 +959,8 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
  
     render() {
         return (
+
+            //changing div to canvas
             <canvas id="graph-canvas" 
                 onWheel={evt => this.onWheel(evt)}
                 onPointerMove={evt => this.onMove(evt)}