Final Nits

This commit is contained in:
William Felker 2020-10-23 16:14:13 +08:00
parent 2ec7386160
commit 473eb31a60

View File

@ -256,7 +256,7 @@ export default class DataView extends React.Component {
}
};
_handleCheckScroll = this._handleDebounce(this._handleScroll, 250);
_handleCheckScroll = this._handleDebounce(this._handleScroll, 500);
_handleCheckBox = (e) => {
let checked = this.state.checked;