Comment.
parent
e21cc14e5b
commit
67f755efcb
|
@ -108,6 +108,7 @@ export default class Stickerpicker extends React.Component {
|
|||
this._getStickerPickerWidget();
|
||||
return;
|
||||
} else if (payload.action === "stickerpicker_close") {
|
||||
// Wrap this in a timeout in order to avoid the DOM node from being pulled from under its feet
|
||||
setTimeout(() => this.stickersMenu.close());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue