mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
Final Nits
This commit is contained in:
parent
2ec7386160
commit
473eb31a60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user