loro/crates/loro-internal
Zixuan Chen b1895bba26
Update Quill editor to fix consistency issues (#152)
* chore: rm logs

* fix: richtext delta event

* fix(quill): move apply delta to editor part

* fix: consistency issue with Quill
- Quill assumes there is always a \n at the end of the line
- Quill assumes \n does not merge with other delta item
- Quill assumes there is no inline format inside {insert: '\n'} delta
  item
2023-11-04 20:03:15 +08:00
..
benches Fix: richtext event (#138) 2023-11-01 20:02:05 +08:00
examples Refactor: make changes mergeable (#146) 2023-11-03 21:40:34 +08:00
fuzz fix: imported changes were not mergeable (#147) 2023-11-04 12:23:28 +08:00
proptest-regressions/dag
scripts chore: fix deno dep 2023-08-16 14:54:05 +08:00
src Update Quill editor to fix consistency issues (#152) 2023-11-04 20:03:15 +08:00
tests Update Quill editor to fix consistency issues (#152) 2023-11-04 20:03:15 +08:00
.gitignore
Cargo.toml fix: imported changes were not mergeable (#147) 2023-11-04 12:23:28 +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