This commit is contained in:
Eduard Kuzmenko 2022-07-26 07:56:19 +02:00
parent 193187cd5e
commit 1d99336211
2 changed files with 3 additions and 6 deletions

4
.env
View File

@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.5.0
VERSION_FULL=1.5.0 (211)
BUILD=211
VERSION_FULL=1.5.0 (212)
BUILD=212

View File

@ -108,10 +108,7 @@ export default class SliderSuperTab implements SliderTab {
this.slider.tabs.delete(this);
this.container.remove();
this.scrollable.destroy();
}
if(this.listenerSetter) {
this.listenerSetter.removeAll();
this.listenerSetter?.removeAll();
}
}