feat: Add Shortcut Keys, activeSubTool state management and improve user avatar handling
This commit is contained in:
@@ -185,10 +185,9 @@ const CamModelsGroup = () => {
|
||||
position={[-0.015, 0, 0.7]}
|
||||
>
|
||||
<CollabUserIcon
|
||||
userImage={""}
|
||||
userImage={cam.userData.userImage ||""}
|
||||
userName={cam.userData.userName}
|
||||
index={index}
|
||||
color={getAvatarColor(index)}
|
||||
color={getAvatarColor(index, cam.userData.userName)}
|
||||
/>
|
||||
</Html>
|
||||
</primitive>
|
||||
|
||||
Reference in New Issue
Block a user