Skip to content

Commit

Permalink
fix(core): fix issue with different Webkit tab order in forms (#8022)
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored Dec 13, 2024
1 parent cefd55a commit b1307d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ function RootFieldActionMenuGroup(props: {
<MenuButton
button={
<Button
icon={node.icon}
aria-label={open ? undefined : title}
data-testid="field-actions-trigger"
icon={node.icon}
mode="bleed"
tabIndex={0}
tooltipProps={{
...STATUS_BUTTON_TOOLTIP_PROPS,
content: node.title,
Expand Down

0 comments on commit b1307d9

Please sign in to comment.