David Catuhe 5 years ago
parent
commit
767c94ac4c

+ 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();
     }