increased the viewLimit to 20

This commit is contained in:
William Felker 2020-10-20 15:13:54 +08:00
parent 2442eaa021
commit c1b5f07e6d

View File

@ -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);
}