Skip to content

Commit

Permalink
Merge pull request #3022 from nextcloud/fix/noid/actions-focus
Browse files Browse the repository at this point in the history
Allow click outside for Popover focus trap
  • Loading branch information
raimund-schluessler authored Aug 12, 2022
2 parents 44e5260 + 543de26 commit 1babd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Popover/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default {
// Prevents to lose focus using esc key
// Focus will be release when popover be hide
escapeDeactivates: false,
allowOutsideClick: true,
})
this.$focusTrap.activate()
})
Expand Down

0 comments on commit 1babd56

Please sign in to comment.