Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit 1cba294

Browse files
committed
remove 50 millisecond delay from selectableInput
1 parent 91c0353 commit 1cba294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/inputs/SelectableInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class SelectableInput extends React.Component<ISelectableInputProps, any>
2323
if (this.element) {
2424
this.element.checked = this.props.checked;
2525
}
26-
}, 50);
26+
});
2727
}
2828

2929
public render() {

0 commit comments

Comments
 (0)