mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 19:29:57 +03:00
increased the viewLimit to 20
This commit is contained in:
parent
2442eaa021
commit
c1b5f07e6d
@ -222,7 +222,6 @@ export default class DataView extends React.Component {
|
||||
window.removeEventListener("remote-data-deletion", this._handleDataDeletion);
|
||||
window.removeEventListener("remote-slate-object-remove", this._handleRemoteSlateObjectRemove);
|
||||
window.removeEventListener("remote-slate-object-add", this._handleRemoteSlateObjectAdd);
|
||||
|
||||
window.removeEventListener("scroll", this._handleScroll);
|
||||
window.removeEventListener("remote-update-carousel", this._handleUpdate);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user