1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-08 17:48:33 +03:00

Add some treeview labels

This commit is contained in:
Michael Telatynski
2021-08-10 09:46:25 +01:00
parent 0f49fe92c6
commit 857bb9db44
3 changed files with 8 additions and 2 deletions

View File

@@ -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) => (