codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
69 stars 16 forks source link

fix: support editor view mode; sync on new pods #551

Closed lihebi closed 10 months ago

lihebi commented 10 months ago

Two fixes:

  1. If editMode==="view", the code/rich editors will be read-only
  2. Newly created nodes will now sync across peers (previously not).