Skip to content

Commit

Permalink
Merge pull request #3803 from nextcloud/fix/3801/actions-return-focus…
Browse files Browse the repository at this point in the history
…-type

Fix prop type check for NcPopover setReturnFocus
  • Loading branch information
raimund-schluessler authored Feb 21, 2023
2 parents 6724472 + 7ebbaa5 commit 3187858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcPopover/NcPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default {
*/
setReturnFocus: {
default: undefined,
type: [Object, String, Function, Boolean],
type: [HTMLElement, SVGElement, String, Boolean],
},
},
Expand Down

0 comments on commit 3187858

Please sign in to comment.