From b2f18cfe7192a32ddfa87ef461555fd1bd9a9867 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 4 Mar 2024 12:39:08 -0700 Subject: [PATCH] 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. --- crates/editor/src/element.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 43a9c8f746..d46f0f2a31 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -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 {