Pamela Wolf пре 5 година
родитељ
комит
77116d1eeb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nodeEditor/src/diagram/graphFrame.ts

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

@@ -1266,7 +1266,7 @@ export class GraphFrame {
     }
 
     public dispose() {
-        //this.isCollapsed = false;
+        this.isCollapsed = false;
         
         this._nodes.forEach(node => {
             node.enclosingFrameId = -1;