omg
This commit is contained in:
parent
193187cd5e
commit
1d99336211
4
.env
4
.env
@ -1,5 +1,5 @@
|
|||||||
API_ID=1025907
|
API_ID=1025907
|
||||||
API_HASH=452b0359b988148995f22ff0f4229750
|
API_HASH=452b0359b988148995f22ff0f4229750
|
||||||
VERSION=1.5.0
|
VERSION=1.5.0
|
||||||
VERSION_FULL=1.5.0 (211)
|
VERSION_FULL=1.5.0 (212)
|
||||||
BUILD=211
|
BUILD=212
|
||||||
|
@ -108,10 +108,7 @@ export default class SliderSuperTab implements SliderTab {
|
|||||||
this.slider.tabs.delete(this);
|
this.slider.tabs.delete(this);
|
||||||
this.container.remove();
|
this.container.remove();
|
||||||
this.scrollable.destroy();
|
this.scrollable.destroy();
|
||||||
}
|
this.listenerSetter?.removeAll();
|
||||||
|
|
||||||
if(this.listenerSetter) {
|
|
||||||
this.listenerSetter.removeAll();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user