Skip to content

Commit

Permalink
Merge pull request #6284 from FabienVINCENT/fix-6262-v4.0.5
Browse files Browse the repository at this point in the history
Fix issue #6262 - Click outside only when not modal for v4.0.5
  • Loading branch information
tugcekucukoglu authored Sep 11, 2024
2 parents bc5958a + bb88940 commit 6ec92cb
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 6ec92cb

Please # to comment.