We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remainingEntries
1 parent 08cf157 commit 297a12bCopy full SHA for 297a12b
1 file changed
src/components/Menu/MenuBar.vue
@@ -44,7 +44,10 @@
44
@click="activeMenuEntry = index" />
45
46
<!-- The remaining actions -->
47
+ <!-- eslint-disable vue/no-unused-refs -->
48
+ <!-- ref `remainingEntries` is used in ToolBarLogic.js -->
49
<ActionList
50
+ ref="remainingEntries"
51
:actionEntry="hiddenEntries"
52
:canBeFocussed="activeMenuEntry === visibleEntries.length"
53
forceEnabled
@@ -56,6 +59,7 @@
56
59
<CharacterCount v-bind="{ visible }" />
57
60
</template>
58
61
</ActionList>
62
+ <!-- eslint-enable vue/no-unused-refs -->
63
</div>
64
<div class="text-menubar__slot">
65
<slot />
0 commit comments