Clear stickers helper after hiding

This commit is contained in:
Eduard Kuzmenko 2021-02-27 17:05:21 +04:00
parent cdd4a6f96b
commit 608aa04e05

View File

@ -25,9 +25,9 @@ export default class StickersHelper {
if(this.lastEmoticon && !emoticon) {
if(this.container) {
SetTransition(this.container, 'is-visible', false, 200/* , () => {
SetTransition(this.container, 'is-visible', false, 200, () => {
this.stickersContainer.innerHTML = '';
} */);
});
}
}