peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 56 forks source link

Paste is broken ... only last character gets committed to document #276

Closed jimpick closed 5 years ago

jimpick commented 5 years ago

If I paste in some text on master, only the last character shows up in the document.

I suspect it's related to my CRDT "fix" https://github.com/ipfs-shipyard/js-delta-crdts/pull/34

jimpick commented 5 years ago

Fixed with this PR: https://github.com/ipfs-shipyard/js-delta-crdts/pull/35

pgte commented 5 years ago

@jimpick I don't think it's required, but please tell me if you need a new patch release of peer-base.

jimpick commented 5 years ago

I think if I just update package-lock.json, that should do a deploy...

jimpick commented 5 years ago

This is fixed.