Update MobileMenu.tsx
This commit is contained in:
parent
d3857fbb35
commit
554985f749
@ -206,9 +206,11 @@ export const MobileMenu = ({
|
||||
)
|
||||
.map(([clientId, client]) => (
|
||||
<React.Fragment key={clientId}>
|
||||
{actionManager.renderAction("goToCollaborator", {
|
||||
{actionManager.renderAction(
|
||||
"goToCollaborator", {
|
||||
id: clientId,
|
||||
})}
|
||||
}
|
||||
)}
|
||||
</React.Fragment>
|
||||
))}
|
||||
</UserList>
|
||||
@ -220,7 +222,10 @@ export const MobileMenu = ({
|
||||
) : appState.openMenu === "shape" &&
|
||||
!viewModeEnabled &&
|
||||
showSelectedShapeActions(appState, elements) ? (
|
||||
<Section className="App-mobile-menu" heading="selectedShapeActions">
|
||||
<Section
|
||||
className="App-mobile-menu"
|
||||
heading="selectedShapeActions"
|
||||
>
|
||||
<SelectedShapeActions
|
||||
appState={appState}
|
||||
elements={elements}
|
||||
|
Loading…
x
Reference in New Issue
Block a user