mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
lower datepicker timeout
This commit is contained in:
parent
2446ccb5bb
commit
5d99de5813
@ -102,7 +102,7 @@ class DatePicker extends Component {
|
|||||||
this.timeout = window.setTimeout(() => {
|
this.timeout = window.setTimeout(() => {
|
||||||
this.props.onChange(this.state);
|
this.props.onChange(this.state);
|
||||||
this.timeout = null;
|
this.timeout = null;
|
||||||
}, 5)
|
}, 2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user