mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -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 target = event.target;
|
||||||
const value = target.checked;
|
const value = target.checked;
|
||||||
|
|
||||||
//this.setValue(value);
|
|
||||||
this.props.onChange(value);
|
this.props.onChange(value);
|
||||||
|
|
||||||
setTimeout(() => {document.activeElement.blur();});
|
setTimeout(() => {document.activeElement.blur();});
|
||||||
|
|
Loading…
Add table
Reference in a new issue