Skip to content

Commit 58574b0

Browse files
ChristophWurstbackportbot[bot]
authored andcommitted
fix(NcAppNavigationItem): Fix popper boundary element
Signed-off-by: Christoph Wurst <[email protected]> [skip ci]
1 parent c818fb1 commit 58574b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/NcAppNavigationItem/NcAppNavigationItem.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,10 @@ export default {
625625
}
626626
},
627627

628+
mounted() {
629+
this.actionsBoundariesElement = document.querySelector('#content-vue') || undefined
630+
},
631+
628632
data() {
629633
return {
630634
editingValue: '',
@@ -660,9 +664,6 @@ export default {
660664
undoButtonAriaLabel() {
661665
return t('Undo changes')
662666
},
663-
actionsBoundariesElement() {
664-
return document.querySelector('#content-vue') || undefined
665-
},
666667
},
667668

668669
watch: {

0 commit comments

Comments
 (0)