David Catuhe 5 سال پیش
والد
کامیت
767c94ac4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      nodeEditor/src/diagram/properties/gradientNodePropertyComponent.tsx

+ 1 - 0
nodeEditor/src/diagram/properties/gradientNodePropertyComponent.tsx

@@ -55,6 +55,7 @@ export class GradientPropertyTabComponent extends React.Component<IPropertyCompo
             return -1;
         });
 
+        this.props.globalState.onUpdateRequiredObservable.notifyObservers();
         this.forceUpdate();
     }