Awareness is copied on independent instances inside one document
See original GitHub issueHi, I am using the awareness option with a Y.js document that has multiple sub documents for multiple Slate instances. Awareness is registered on all instances. As you can see, the cursor from one sub doc of the main doc object is also applied on other instances, which is wrong!
the document structure is like:
{
slate1: [],
slate2: [],
...
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Copyright and Fair Use - Office of the General Counsel
Copyright protects only the form in which ideas and information are expressed. Copyrights expire after a certain period of time. And the law...
Read more >The Ultimate Guide to Copying Files and Folders Using Xcopy
Learn how to use Xcopy with lots of examples in this ultimate guide. ... From copying a single file, multiple directories, applying filters ......
Read more >Learn how to share a cloud flow with other users
Sending a copy creates an independent instance of the flow for the recipient. You can't revoke access to the flow after you share...
Read more >10 things to know about Copy to and Move to (in SharePoint ...
Copy keeps the original Modified date and Modified By name, but Create date will be now and Created By will be the name...
Read more >Special Cases | 2021-2022 Federal Student Aid Handbook
Documentation is critical—it must support, and include the reason for, the decision and should in almost all cases originate from a third party...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is available, you can adjust it using the
cursorStateField
(andcursorDataField
) option inwithCursors
Next allows the customization of the cursor state storage key to solve this issue.