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
|
<StyledListItem
|
||||||
key={section.name}
|
key={section.name}
|
||||||
href='#'
|
href='#'
|
||||||
aria-role='tab'
|
role='tab'
|
||||||
aria-selected={selected}
|
aria-selected={selected}
|
||||||
isSubSection={Setting.isSubSection(section.name)}
|
isSubSection={Setting.isSubSection(section.name)}
|
||||||
selected={selected}
|
selected={selected}
|
||||||
@ -131,7 +131,7 @@ export default function Sidebar(props: Props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledRoot aria-role='tablist'>
|
<StyledRoot role='tablist'>
|
||||||
{buttons}
|
{buttons}
|
||||||
</StyledRoot>
|
</StyledRoot>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user