mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Remove comments
This commit is contained in:
parent
c23c6e0d4c
commit
348be32052
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ const MuiSwitch = createReactClass({
|
|||
const target = event.target;
|
||||
const value = target.checked;
|
||||
|
||||
//this.setValue(value);
|
||||
this.props.onChange(value);
|
||||
|
||||
setTimeout(() => {document.activeElement.blur();});
|
||||
|
|
Loading…
Add table
Reference in a new issue