diff --git a/src/components/chat/stickersHelper.ts b/src/components/chat/stickersHelper.ts index 99454be8..ec633b4c 100644 --- a/src/components/chat/stickersHelper.ts +++ b/src/components/chat/stickersHelper.ts @@ -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 = ''; - } */); + }); } }