mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue