Skip to content

Commit

Permalink
Fix issue primefaces#6262 - Click outside only when not modal
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienVINCENT committed Aug 20, 2024
1 parent 6284b03 commit 6866112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/primevue/src/drawer/BaseDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export default {
watch: {
dismissable(newValue) {
if (newValue) {
this.bindOutsideClickListener();
this.enableDocumentSettings();
} else {
this.unbindOutsideClickListener();
this.disableDocumentSettings();
}
}
}
Expand Down

0 comments on commit 6866112

Please sign in to comment.