This commit is contained in:
parent
cae2a0a148
commit
a98a8831ed
|
@ -100,7 +100,7 @@ export default class Popover extends Component {
|
|||
}, 30);
|
||||
|
||||
this.document.addEventListener('keydown', this.docKeyDownHandler);
|
||||
this.document.addEventListener('focusin', this.docFocusInHandler);
|
||||
this.document.addEventListener('focus', this.docFocusInHandler);
|
||||
this.element.addEventListener('mousedown', this.bgMouseDownHandler);
|
||||
|
||||
this.deregisterCallback = this.$transitions.onStart({}, () => this.hide());
|
||||
|
|
Loading…
Reference in New Issue