Browse Source

Clear stickers helper after hiding

master
Eduard Kuzmenko 3 years ago
parent
commit
608aa04e05
  1. 4
      src/components/chat/stickersHelper.ts

4
src/components/chat/stickersHelper.ts

@ -25,9 +25,9 @@ export default class StickersHelper { @@ -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 = '';
} */);
});
}
}

Loading…
Cancel
Save