mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 10:21:17 +02:00
Update MobileMenu.tsx
This commit is contained in:
@@ -207,7 +207,8 @@ export const MobileMenu = ({
|
|||||||
.map(([clientId, client]) => (
|
.map(([clientId, client]) => (
|
||||||
<React.Fragment key={clientId}>
|
<React.Fragment key={clientId}>
|
||||||
{actionManager.renderAction(
|
{actionManager.renderAction(
|
||||||
"goToCollaborator", {
|
"goToCollaborator",
|
||||||
|
{
|
||||||
id: clientId,
|
id: clientId,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user