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