mirror of https://github.com/laurent22/joplin.git
parent
ba83fca47a
commit
10356f4009
|
@ -95,7 +95,7 @@ export default function Sidebar(props: Props) {
|
|||
<StyledListItem
|
||||
key={section.name}
|
||||
href='#'
|
||||
aria-role='tab'
|
||||
role='tab'
|
||||
aria-selected={selected}
|
||||
isSubSection={Setting.isSubSection(section.name)}
|
||||
selected={selected}
|
||||
|
@ -131,7 +131,7 @@ export default function Sidebar(props: Props) {
|
|||
}
|
||||
|
||||
return (
|
||||
<StyledRoot aria-role='tablist'>
|
||||
<StyledRoot role='tablist'>
|
||||
{buttons}
|
||||
</StyledRoot>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue