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
Text and Rich Text use RgaTreeSplit and may have removed TextNodes inside Although they are not Container. We need the Garbage Collection of this removed TextNodes.
In issue #3, we have implemented Garbage Collection for child elements of Container such as Array and Object.
https://github.com/yorkie-team/yorkie/blob/master/pkg/document/json/root.go#L94
Text and Rich Text use RgaTreeSplit and may have removed TextNodes inside Although they are not Container. We need the Garbage Collection of this removed TextNodes.
https://github.com/yorkie-team/yorkie/blob/master/pkg/document/json/rga_tree_split.go#L225
The text was updated successfully, but these errors were encountered: