Skip to content

Commit

Permalink
fix: update gui when assignments to a fader changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jul 25, 2023
1 parent ca5373e commit ee56778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class Channel extends React.Component<
nextProps.settings.showChanStrip !=
this.props.settings.showChanStrip ||
nextProps.fader.amixOn != this.props.fader.amixOn ||
nextProps.fader.assignedChannels != this.props.fader.assignedChannels ||
XOR(nextProps.fader.capabilities, this.props.fader.capabilities) ||
XOR(
nextProps.fader.capabilities?.hasAMix,
Expand Down

0 comments on commit ee56778

Please sign in to comment.