mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update MobileMenu.tsx
This commit is contained in:
parent
554985f749
commit
e3a78fe5df
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue