yorkie-js-sdk
yorkie-js-sdk copied to clipboard
Enhance Devtools UI with Root-only Filter Feature
Description:
Currently, Root of Document stores the content of the document, while Presence stores user presence information such as cursors. During debugging, developers may want to track how the content changes specifically. However, since Presence events can occur more frequently, developers may wish to focus solely on content changes. Introducing a filter feature that allows users to view only the root would be beneficial.
Why: