Testing trying to keep serialization through interface

More variables called through app, reversed to original. keep serialization through interface.
This commit is contained in:
Extremesecrecy
2025-07-24 10:32:11 -07:00
parent 98708821be
commit 8fd86901e5
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ const ZoomedUiControl = withTheme(withStyles(
}
componentDidUpdate(oldProps: ZoomedUiControlProps) {
componentDidUpdate(oldProps: ZoomedUiControlProps, oldState: ZoomedUiControlState) {
if (this.hasControlChanged(oldProps, this.props)) {
let currentValue = this.getCurrentValue();
if (this.state.value !== currentValue) {