Skip to content

Commit

Permalink
fix: Full channelstrip - vertical faders in react-slider module, inhe…
Browse files Browse the repository at this point in the history
…rited "reverse" setting from horisontal faders.
  • Loading branch information
olzzon committed Feb 25, 2021
1 parent ebd83fe commit 30505ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/ChanStripFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ class ChanStripFull extends React.PureComponent<
min={0}
max={1}
step={0.01}
invert="false"
value={
this.props.fader[this.props.faderIndex][fxParam]?.[0] ??
0
Expand Down

0 comments on commit 30505ac

Please sign in to comment.