You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meaning that observing only the top-level YMap doesn't trigger the callback if the YArray is changed.
I think we should have an option to enable that, e.g. ymap.observe(callback, recursive=True). What do you think?
The text was updated successfully, but these errors were encountered:
Consider the following code, where
ydoc
has a YMap, which has a YArray in"array"
:The output is:
Meaning that observing only the top-level YMap doesn't trigger the callback if the YArray is changed.
I think we should have an option to enable that, e.g.
ymap.observe(callback, recursive=True)
. What do you think?The text was updated successfully, but these errors were encountered: