tldraw-yjs-example
tldraw-yjs-example copied to clipboard
How to make the 'startFollowingUser' work with Yjs ?
I added an input box to specify a user to follow and it seems to work 'once': I get the outline color, the viewport updated and the 'Stop Following' popup, after calling editor.startFollowingUser(xxx)
.
But it's not updated after the followed user changes its viewport (pan, zoom).
Should the Yjs code be updated to allow following a user or something else ?