Skip to content

Commit

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

0 comments on commit bb88940

Please sign in to comment.