loro/crates/loro-internal
Zixuan Chen cb8bbefb08
Fix incorrect deletion of emoji in wasm (#154)
This pull request fixes an issue where the emitted utf16 events were wrong when deleting an emoji in wasm. The problem was caused by incorrect calculation of the event range. This PR updates the code to use the correct range and adds a new test case to ensure the issue is fixed.
2023-11-05 16:13:40 +08:00
..
benches Fix: richtext event (#138) 2023-11-01 20:02:05 +08:00
examples Feat: diff calc bring back & tree new event and value (#149) 2023-11-05 15:53:33 +08:00
fuzz refactor: extract text chunk (#153) 2023-11-04 20:03:43 +08:00
proptest-regressions/dag
scripts chore: fix deno dep 2023-08-16 14:54:05 +08:00
src Fix incorrect deletion of emoji in wasm (#154) 2023-11-05 16:13:40 +08:00
tests Update Quill editor to fix consistency issues (#152) 2023-11-04 20:03:15 +08:00
.gitignore
Cargo.toml refactor: extract text chunk (#153) 2023-11-04 20:03:43 +08:00
deno.json feat: import without state 2023-08-05 23:29:11 +08:00
deno.lock Fix: richtext event (#138) 2023-11-01 20:02:05 +08:00