Bind slider handel function

This commit is contained in:
2022-05-01 13:03:49 +08:00
parent a0547095e2
commit 53ae625c92
4 changed files with 43 additions and 3 deletions
+3
View File
@@ -93,6 +93,9 @@ class ClipRecorder extends Component<IMixinStatusProps> {
console.log("ClipRecorder: Pause start...");
}
}}
valueChange={(value) => {
this.props.status?.actuator.setPlayProcess(value);
}}
/>
}
}