mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: follow mode collaborator status indicator (#7459)
This commit is contained in:
parent
2a0fe2584e
commit
0808532b49
8 changed files with 75 additions and 34 deletions
|
@ -339,7 +339,10 @@ const LayerUI = ({
|
|||
)}
|
||||
>
|
||||
{appState.collaborators.size > 0 && (
|
||||
<UserList collaborators={appState.collaborators} />
|
||||
<UserList
|
||||
collaborators={appState.collaborators}
|
||||
userToFollow={appState.userToFollow?.socketId || null}
|
||||
/>
|
||||
)}
|
||||
{renderTopRightUI?.(device.editor.isMobile, appState)}
|
||||
{!appState.viewModeEnabled &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue