auto-subs
auto-subs copied to clipboard
bugfix: Invalid link and button nesting causing double focus
I saw, that if I tab through the window each Link/Button on the left was focused twiced.
That whas caused, because there's a and a
To fix the issue I used radix-ui's Slot-feature.
Before:
Ugly focus inbetween
After:
immediatly the pretty focus
I also changed the aria-label of the first menuitem to be the same as the tooltip-text
closing this because of release of v3