peer-base / js-delta-crdts

Delta State-based CRDTs in Javascript
192 stars 16 forks source link

Fix insertAt in rga arrays with deleted records #10

Closed jimpick closed 5 years ago

jimpick commented 5 years ago

insertAt would place the inserted records too early in the array if some records had already been deleted at the same location.

pgte commented 5 years ago

Landed on v0.3.1.