Follow-up

This commit is contained in:
Eduard Kuzmenko 2022-04-05 18:42:42 +03:00
parent fa8ecbb92f
commit 53462b2ef6
2 changed files with 4 additions and 2 deletions

4
.env
View File

@ -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

View File

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