haojianlong 4 vuotta sitten
vanhempi
commit
815df42b47
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {