mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
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
Block a user