Open ciphrd opened 2 years ago
feature/articles
When the cursor is in the following blocks:
Pressing SHIFT + ENTER should insert a new line within the block
SHIFT
ENTER
Surprisingly the editor exposes an API for softbreak
insertSoftBreak: () => void
https://docs.slatejs.org/concepts/07-editor
feature/articles
When the cursor is in the following blocks:
Pressing
SHIFT
+ENTER
should insert a new line within the block