mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
This pull request fixes an issue in the Tracker module where only the target span was forwarded during forwarding instead of forwarding all content from vv to the target opid. This resulted in errors in current_vv. The issue is resolved by updating the forward function in the Tracker module to include the entire range of content to be forwarded. It also fixed the inconsistent issue in richtext between style anchors and style ranges. --------- Co-authored-by: leeeon233 <leeeon233@gmail.com> |
||
---|---|---|
.. | ||
benches | ||
examples | ||
fuzz | ||
proptest-regressions/dag | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
deno.json | ||
deno.lock | ||
Encoding.md | ||
README.md |
loro-internal
This is the internal implementation of Loro.
Its interface subject to change. You should not use it as dependency directly.
Consider use loro
crate instead.