فهرست منبع

Make ts happy

Popov72 5 سال پیش
والد
کامیت
e120325018
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nodeEditor/src/diagram/graphCanvas.tsx

+ 1 - 1
nodeEditor/src/diagram/graphCanvas.tsx

@@ -743,7 +743,7 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
                 [inputBlock, pointName] = customInputBlock;
             }
             this.props.globalState.nodeMaterial.attachedBlocks.push(inputBlock);
-            pointA = inputBlock[pointName];
+            pointA = (inputBlock as any)[pointName];
             nodeA = this.appendBlock(inputBlock);
             
             nodeA.x = this._dropPointX - 200;