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

Hiding and showing editor breaks ability to edit #254

Closed victorb closed 5 years ago

victorb commented 5 years ago

If you use the switches next to the peerpad editor to turn off the editor then turn it on again, it doesn't allow any more edits, seems the editor is disabled.

My hunch is that it's related to https://github.com/ipfs-shipyard/peer-pad/commit/805c30e22d8408b47dd8e8d9dd85dbfde148ba78

parkan commented 5 years ago

yep, confirm that hiding the editor view (</> button) and showing it again disables editing

jimpick commented 5 years ago

Oops. I'll fix that.

parkan commented 5 years ago

closed in https://github.com/ipfs-shipyard/peer-pad/pull/259#event-2009076740