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

Fix editor bindings lock #247

Closed pgte closed 5 years ago

pgte commented 5 years ago

Editor locking was presupposed on the state changed event emitted by the collaboration being synchronous to changes. Since peer-star-app v0.10.4 that's no longer the case.

Using the state changed event emitted by collaboration.shared instead.