Skip to content

Commit

Permalink
Merge pull request #1352 from nextcloud/bugfix/noid/fix-default-bound…
Browse files Browse the repository at this point in the history
…arieselement

Fix default-boundarieselement
  • Loading branch information
skjnldsv committed Aug 26, 2020
2 parents eec177b + 8245e40 commit aa2de8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Actions/Actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ export default {
* DOM element for the actions' popover boundaries
*/
boundariesElement: {
type: String,
default: 'body',
type: Element,
default: () => document.querySelector('body'),
},
},
Expand Down

0 comments on commit aa2de8d

Please sign in to comment.