diff --git a/client/components/ContextMenu.vue b/client/components/ContextMenu.vue index 8a51fc5c..6a87fcc6 100644 --- a/client/components/ContextMenu.vue +++ b/client/components/ContextMenu.vue @@ -19,12 +19,14 @@ left: style.left + 'px', }" tabindex="-1" + :aria-activedescendant="activeItem > -1 ? `context-menu-item-${activeItem}` : undefined" @mouseleave="activeItem = -1" @keydown.enter.prevent="clickActiveItem" >