mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
actually always run fully controlled
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2b9c102f07
commit
685c2f494a
@ -48,7 +48,7 @@ module.exports = createReactClass({
|
||||
if (this.props.group && !checked) return;
|
||||
|
||||
if (!this.props.manualSave) this.save(checked);
|
||||
else this.setState({ value: checked });
|
||||
this.setState({ value: checked });
|
||||
if (this.props.onChange) this.props.onChange(checked);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user