From c1b5f07e6d225cf2b514ae864d5d6af7cbd0f538 Mon Sep 17 00:00:00 2001 From: William Felker Date: Tue, 20 Oct 2020 15:13:54 +0800 Subject: [PATCH] increased the viewLimit to 20 --- components/core/DataView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/core/DataView.js b/components/core/DataView.js index c4192418..29638333 100644 --- a/components/core/DataView.js +++ b/components/core/DataView.js @@ -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); }