diff --git a/src/util/scroll-view.ts b/src/util/scroll-view.ts index 27a63b59b5..c327ee8794 100644 --- a/src/util/scroll-view.ts +++ b/src/util/scroll-view.ts @@ -487,10 +487,9 @@ export class ScrollView { this.scrollStart.unsubscribe(); this.scroll.unsubscribe(); this.scrollEnd.unsubscribe(); - this.stop(); - this._lsn(); this._endTmr && this._endTmr(); + this._lsn && this._lsn(); this._el = this._dom = null; }