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:
Conrad Irwin 2024-03-04 12:39:08 -07:00 committed by GitHub
parent 95e532c56d
commit b2f18cfe71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {