yjs / y-protocols

Yjs encoding protocols
MIT License
109 stars 39 forks source link

Fix update local field but not trigger change event. #10

Closed ulion closed 3 years ago

ulion commented 3 years ago

when update the state get from the local state map, the value in local state map already updated, so it always deep compare failure then no change event is emitted. This PR fix this issue.

dmonad commented 3 years ago

Makes sense. Thank you!