mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 10:13:19 +03:00
Fix cursor colors of non-followed collaborators
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
166585a2a8
commit
e0bdd857f1
@ -2251,7 +2251,7 @@ impl Element<Editor> for EditorElement {
|
|||||||
let replica_id = if let Some(mapping) = &editor.replica_id_mapping {
|
let replica_id = if let Some(mapping) = &editor.replica_id_mapping {
|
||||||
mapping.get(&replica_id).copied()
|
mapping.get(&replica_id).copied()
|
||||||
} else {
|
} else {
|
||||||
None
|
Some(replica_id)
|
||||||
};
|
};
|
||||||
|
|
||||||
// The local selections match the leader's selections.
|
// The local selections match the leader's selections.
|
||||||
|
Loading…
Reference in New Issue
Block a user