fxhash / fxhash-website

fxhash front-end, nextjs
https://fxhash.xyz
90 stars 52 forks source link

[Article editor] `SHIFT` + `ENTER` should insert a new line, and not insert a new block #304

Open ciphrd opened 2 years ago

ciphrd commented 2 years ago

When the cursor is in the following blocks:

Pressing SHIFT + ENTER should insert a new line within the block

maerzhase commented 2 years ago

Surprisingly the editor exposes an API for softbreak

  insertSoftBreak: () => void

https://docs.slatejs.org/concepts/07-editor