We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c818fb1 commit 58574b0Copy full SHA for 58574b0
src/components/NcAppNavigationItem/NcAppNavigationItem.vue
@@ -625,6 +625,10 @@ export default {
625
}
626
},
627
628
+ mounted() {
629
+ this.actionsBoundariesElement = document.querySelector('#content-vue') || undefined
630
+ },
631
+
632
data() {
633
return {
634
editingValue: '',
@@ -660,9 +664,6 @@ export default {
660
664
undoButtonAriaLabel() {
661
665
return t('Undo changes')
662
666
663
- actionsBoundariesElement() {
- return document.querySelector('#content-vue') || undefined
- },
667
668
669
watch: {
0 commit comments