loro/crates/loro-internal/fuzz
Zixuan Chen bf3b442e97
Fix time travel issue in Tracker (#235)
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>
2024-01-05 12:05:39 +08:00
..
fuzz_targets
.gitignore
Cargo.lock Fix time travel issue in Tracker (#235) 2024-01-05 12:05:39 +08:00
Cargo.toml