Control Zooming disabled.
This commit is contained in:
@@ -540,7 +540,9 @@ withStyles(
|
||||
}
|
||||
|
||||
onPedalboardChanged(value?: Pedalboard) {
|
||||
this.setState({ pedalboard: value });
|
||||
this.setState({
|
||||
pedalboard: value,
|
||||
});
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user