From e23f1bd299e0fb159639390e514723325c707a40 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 7 Apr 2021 22:53:51 +0200 Subject: [PATCH] docs: update content --- docs/src/docPages/guide/node-views.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/docPages/guide/node-views.md b/docs/src/docPages/guide/node-views.md index b799dfc1..97d329c6 100644 --- a/docs/src/docPages/guide/node-views.md +++ b/docs/src/docPages/guide/node-views.md @@ -58,8 +58,6 @@ You can even mix non-editable and editable text. That’s great to build complex ``` -**BUT**, that also means the cursor can’t just move from outside of the node view to the inside. Users have to manually place their cursor to edit the content inside the node view. Just so you know. - ## Markup But what happens if you [access the editor content](/guide/output)? If you’re working with HTML, you’ll need to tell tiptap how your node should be serialized.