mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Improve accessibility of opening space create menu (#7316)
This commit is contained in:
parent
1216285ed2
commit
93a90280a9
@ -357,6 +357,7 @@ const SpaceCreateMenu = ({ onFinished }) => {
|
||||
onFinished={onFinished}
|
||||
wrapperClassName="mx_SpaceCreateMenu_wrapper"
|
||||
managed={false}
|
||||
focusLock={true}
|
||||
>
|
||||
{ body }
|
||||
</ContextMenu>;
|
||||
|
Loading…
Reference in New Issue
Block a user