Control Zooming disabled.

This commit is contained in:
Robin E. R. Davies
2025-07-19 13:26:53 -04:00
parent 6d7f79c6af
commit 71fc534a78
14 changed files with 109 additions and 33 deletions
+3 -1
View File
@@ -540,7 +540,9 @@ withStyles(
}
onPedalboardChanged(value?: Pedalboard) {
this.setState({ pedalboard: value });
this.setState({
pedalboard: value,
});
}
componentDidMount() {