Browse Source

解决冲突

haojianlong 4 năm trước cách đây
mục cha
commit
815df42b47
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      persagy-web-graph/src/SGraphItem.ts

+ 1 - 0
persagy-web-graph/src/SGraphItem.ts

@@ -215,6 +215,7 @@ export class SGraphItem extends SObject {
     private _data: any | null = null;
     set data(d: any) {
         this._data = d;
+        
         this.update();
     }
     get data(): any | null {