Skip to content

Commit 8863476

Browse files
authored
Merge pull request #7105 from nextcloud-libraries/backport/7060/stable8
[stable8] chore(NcActions): fix type annotation of `NodeList`
2 parents ba11156 + e2a6304 commit 8863476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcActions/NcActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ export default {
15261526
return this.$refs.menu.querySelector('li.active')
15271527
},
15281528
/**
1529-
* @return {NodeListOf<HTMLElement>}
1529+
* @return {NodeList<HTMLElement>}
15301530
*/
15311531
getFocusableMenuItemElements() {
15321532
return this.$refs.menu.querySelectorAll(focusableSelector)

0 commit comments

Comments
 (0)