feat: add aria-labels for accessibility in AddVariablesDropdown and ToolbarPlugin components (#20260)
This commit is contained in:
@@ -15,7 +15,7 @@ export const AddVariablesDropdown = (props: IAddVariablesDropdown) => {
|
||||
|
||||
return (
|
||||
<Dropdown>
|
||||
<DropdownMenuTrigger className="focus:bg-muted pt-[6px]">
|
||||
<DropdownMenuTrigger aria-label="Add variable" className="focus:bg-muted pt-[6px]">
|
||||
<div className="items-center ">
|
||||
{props.isTextEditor ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user