Clear stickers helper after hiding
This commit is contained in:
parent
cdd4a6f96b
commit
608aa04e05
@ -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…
Reference in New Issue
Block a user