Skip to content

Commit

Permalink
Add aria label to open plot in editor dropdown (#6116)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtmok authored Jan 27, 2025
1 parent 7a428dc commit 264761a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export const OpenInEditorMenuButton = (props: OpenInEditorMenuButtonProps) => {
tooltip={props.tooltip}
ariaLabel={props.ariaLabel}
actions={() => actions}
dropdownIndicator='enabled-split' />
dropdownIndicator='enabled-split'
dropdownAriaLabel={localize('positron-editor-open-in-editor-dropdown', 'Select where to open plot')}
dropdownTooltip={localize('positron-editor-open-in-editor-dropdown', 'Select where to open plot')}
/>
);
};

0 comments on commit 264761a

Please sign in to comment.