Browse Source

Follow-up

master
Eduard Kuzmenko 3 years ago
parent
commit
53462b2ef6
  1. 4
      .env
  2. 2
      src/helpers/dom/superIntersectionObserver.ts

4
.env

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.4.1
VERSION_FULL=1.4.1 (149)
BUILD=149
VERSION_FULL=1.4.1 (150)
BUILD=150

2
src/helpers/dom/superIntersectionObserver.ts

@ -39,6 +39,8 @@ export default class SuperIntersectionObserver { @@ -39,6 +39,8 @@ export default class SuperIntersectionObserver {
}
public disconnect() {
this.observing.clear();
this.observingQueue.clear();
this.observer.disconnect();
}

Loading…
Cancel
Save