[Glitch] Allow disabled dropdown menu items to be focused

Port 841212710b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-09-10 13:32:50 +02:00
committed by Claire
parent 128a69c1f4
commit 5e0d346e14
3 changed files with 19 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ const ReblogMenuItem: FC<ReblogMenuItemProps> = ({
<button
{...handlers}
ref={focusRefCallback}
disabled={disabled}
aria-disabled={disabled}
data-index={index}
>
<DropdownMenuItemContent item={item} />