Add some treeview labels
This commit is contained in:
parent
0f49fe92c6
commit
857bb9db44
3 changed files with 8 additions and 2 deletions
|
@ -279,6 +279,7 @@ const SpacePanel = () => {
|
|||
className={classNames("mx_SpacePanel", { collapsed: isPanelCollapsed })}
|
||||
onKeyDown={onKeyDownHandler}
|
||||
role="tree"
|
||||
aria-label={_t("Spaces")}
|
||||
>
|
||||
<Droppable droppableId="top-level-spaces">
|
||||
{ (provided, snapshot) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue