Wrap the close menu trigger in a timeout
This commit is contained in:
parent
5ca0fc3ab5
commit
8e7564b9a3
1 changed files with 3 additions and 1 deletions
|
@ -231,7 +231,9 @@ export default class Stickerpicker extends React.Component {
|
|||
Modal.createTrackedDialog('Integrations Manager', '', IntegrationsManager, {
|
||||
src: src,
|
||||
}, "mx_IntegrationsManager");
|
||||
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());
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue