-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fade out user cursor labels after five seconds of inactivity
If we don't receive an update from a user within five seconds, hide the label of their cursor. Implementation details: * Add CSS to fade out the cursor label after five seconds per default. * Listen for Yjs updates. In case it's an awareness message, update the cursor of the author, remove the fade out CSS class and add it again after five seconds. Fixes: #4126 Signed-off-by: Jonas <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters