Fix to not have browser tooltip on top of CodeMirror tooltips (#4730)

* Fix to not have browser tooltip on top of LSP tooltips

* Switch title to aria-label
This commit is contained in:
Jonathan Tran
2024-12-10 12:15:55 -05:00
committed by GitHub
parent 22eb343171
commit d3a3f4410c

View File

@ -76,7 +76,7 @@ export const ModelingPane = ({
return (
<section
{...props}
title={title && typeof title === 'string' ? title : ''}
aria-label={title && typeof title === 'string' ? title : ''}
data-testid={detailsTestId}
id={id}
className={