Skip to content

Commit

Permalink
fix: add aria label to grab handle
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-cuppari committed Nov 1, 2023
1 parent 612885a commit e7115fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const MRT_GrabHandleButton = <TData extends Record<string, any> = {}>({
<ActionIcon
draggable="true"
size="sm"
aria-label={actionIconProps?.title ?? localization.move}
{...actionIconProps}
onClick={(e) => {
e.stopPropagation();
Expand Down

0 comments on commit e7115fa

Please sign in to comment.