fix: follow mode collaborator status indicator (#7459)

This commit is contained in:
David Luzar 2023-12-18 16:14:25 +01:00 committed by GitHub
parent 2a0fe2584e
commit 0808532b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 75 additions and 34 deletions

View file

@ -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 &&