Skip to content

Commit

Permalink
Final push
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Nov 20, 2024
1 parent 2d09207 commit 182df2c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ export class InputsPropertyTabComponent extends react.Component<IInputsPropertyT

processInputBlockUpdate(ib: AnyInputBlock) {
this.props.globalState.stateManager.onUpdateRequiredObservable.notifyObservers(ib);

// if (ib.isConstant) {
// this.props.globalState.stateManager.onRebuildRequiredObservable.notifyObservers(true);
// }
}

renderInputBlock(block: AnyInputBlock) {
Expand Down

0 comments on commit 182df2c

Please sign in to comment.