Skip to content

Commit

Permalink
fix: Fader level was reversed (1-0 instead of 0-1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Feb 14, 2020
1 parent e149456 commit 4932128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class Channel extends React.Component<IChannelProps & IChannelInjectProps & Stor
)
}
orientation="vertical"
direction='rtl'
animate={false}
range={{ min: 0, max: 1 }}
start={[this.props.fader.faderLevel]}
Expand Down

0 comments on commit 4932128

Please sign in to comment.