mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #187 - OverlayPanel dismissable does not work
This commit is contained in:
parent
dbd90584ee
commit
bd52f3ce34
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,10 @@ export default {
|
|||
onEnter() {
|
||||
this.appendContainer();
|
||||
this.alignOverlay();
|
||||
this.bindOutsideClickListener();
|
||||
if (this.dismissable) {
|
||||
this.bindOutsideClickListener();
|
||||
}
|
||||
|
||||
this.bindResizeListener();
|
||||
|
||||
if (this.autoZIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue