Skip to content

Commit

Permalink
Fixed #187 - OverlayPanel dismissable does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Feb 6, 2020
1 parent dbd9058 commit bd52f3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/overlaypanel/OverlayPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ export default {
onEnter() {
this.appendContainer();
this.alignOverlay();
this.bindOutsideClickListener();
if (this.dismissable) {
this.bindOutsideClickListener();
}
this.bindResizeListener();
if (this.autoZIndex) {
Expand Down

0 comments on commit bd52f3c

Please sign in to comment.