Improve accessibility in breakout rooms list (#13669)

Improve accessibility in breakout rooms list
This commit is contained in:
AHMAD KADRI
2023-09-27 11:13:03 +02:00
committed by GitHub
parent e1dc573c3c
commit 58115477a2
10 changed files with 214 additions and 32 deletions

View File

@@ -69,7 +69,6 @@ const useContextMenu = <T>(): [(force?: boolean | Object) => void,
const menuLeave = useCallback(() => {
isMouseOverMenu.current = false;
lowerMenu();
}, [ lowerMenu ]);
return [ lowerMenu, raiseMenu, toggleMenu, menuEnter, menuLeave, raiseContext ];