mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Ensure followed cursors are always visible (#8849)
Before this change they would disappear if you blurred the pane. Release Notes: - Fixed an issue where the followed users' cursor would disappear if you blurred the pane.
This commit is contained in:
parent
95e532c56d
commit
b2f18cfe71
@ -2091,7 +2091,7 @@ impl EditorElement {
|
||||
editor.cursor_shape,
|
||||
&snapshot.display_snapshot,
|
||||
is_newest,
|
||||
true,
|
||||
editor.leader_peer_id.is_none(),
|
||||
None,
|
||||
);
|
||||
if is_newest {
|
||||
|
Loading…
Reference in New Issue
Block a user