Fixed #187 - OverlayPanel dismissable does not work
parent
dbd90584ee
commit
bd52f3ce34
|
@ -74,7 +74,10 @@ export default {
|
|||
onEnter() {
|
||||
this.appendContainer();
|
||||
this.alignOverlay();
|
||||
this.bindOutsideClickListener();
|
||||
if (this.dismissable) {
|
||||
this.bindOutsideClickListener();
|
||||
}
|
||||
|
||||
this.bindResizeListener();
|
||||
|
||||
if (this.autoZIndex) {
|
||||
|
|
Loading…
Reference in New Issue