Fixed #187 - OverlayPanel dismissable does not work

pull/193/head
cagataycivici 2020-02-06 15:01:25 +03:00
parent dbd90584ee
commit bd52f3ce34
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ export default {
onEnter() {
this.appendContainer();
this.alignOverlay();
this.bindOutsideClickListener();
if (this.dismissable) {
this.bindOutsideClickListener();
}
this.bindResizeListener();
if (this.autoZIndex) {