mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Improve accessibility of opening space create menu (#7316)
This commit is contained in:
parent
1216285ed2
commit
93a90280a9
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ const SpaceCreateMenu = ({ onFinished }) => {
|
|||
onFinished={onFinished}
|
||||
wrapperClassName="mx_SpaceCreateMenu_wrapper"
|
||||
managed={false}
|
||||
focusLock={true}
|
||||
>
|
||||
{ body }
|
||||
</ContextMenu>;
|
||||
|
|
Loading…
Reference in a new issue