Explorar el Código

Re-adding removed line

Kyle Belfort hace 5 años
padre
commit
e59a25b6de
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {