Comment.
This commit is contained in:
parent
e21cc14e5b
commit
67f755efcb
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ export default class Stickerpicker extends React.Component {
|
||||||
this._getStickerPickerWidget();
|
this._getStickerPickerWidget();
|
||||||
return;
|
return;
|
||||||
} else if (payload.action === "stickerpicker_close") {
|
} else if (payload.action === "stickerpicker_close") {
|
||||||
setTimeout(() => this.stickersMenu.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…
Add table
Add a link
Reference in a new issue