Associate collaborator avatars with "ribbons" corresponding to their cursor color
This commit is contained in:
parent
a5039cad65
commit
fbc307cd5e
6 changed files with 70 additions and 24 deletions
|
@ -63,7 +63,7 @@ pub enum Event {
|
|||
Closed,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Collaborator {
|
||||
pub user: Arc<User>,
|
||||
pub peer_id: PeerId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue