瀏覽代碼

解决冲突

haojianlong 4 年之前
父節點
當前提交
815df42b47
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {