mirror of https://github.com/vector-im/riot-web
Comment.
parent
38c8bc7d9a
commit
e21cc14e5b
|
@ -68,6 +68,7 @@ export default class Stickerpicker extends React.Component {
|
|||
}
|
||||
Widgets.removeStickerpickerWidgets();
|
||||
this._getStickerPickerWidget();
|
||||
// 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