Browse Source

Re-adding removed line

Kyle Belfort 5 năm trước cách đây
mục cha
commit
e59a25b6de
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      nodeEditor/src/diagram/graphFrame.ts

+ 1 - 0
nodeEditor/src/diagram/graphFrame.ts

@@ -368,6 +368,7 @@ export class GraphFrame {
 
     public refresh() {
         this._nodes = [];
+        this._ownerCanvas.globalState.onFrameCreated.notifyObservers(this);
     }
 
     public addNode(node: GraphNode) {