浏览代码

testing new branch

Pamela Wolf 4 年之前
父节点
当前提交
5eac45e5e1
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)}