From f4cd1af85dc365d6833be5d21848a8d54dbfbdab Mon Sep 17 00:00:00 2001 From: kriskbx Date: Thu, 14 Jan 2021 18:37:29 +0100 Subject: [PATCH] remove shared document warning --- docs/src/docPages/examples/drawing.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/docPages/examples/drawing.md b/docs/src/docPages/examples/drawing.md index 0fa36728..ffaf3247 100644 --- a/docs/src/docPages/examples/drawing.md +++ b/docs/src/docPages/examples/drawing.md @@ -2,10 +2,6 @@ Did you ever wanted to draw in a text editor? Me neither. Anyway, here is an example how that could work with tiptap. If you want to build something like that, [learn more about node views](/guide/node-views). -:::warning Shared Document -Be nice! The content of this editor is shared with other users from the Internet. -::: - Here is another instance of that demo, to illustrate how changes can be synced. Be nice, those changes are synced to all users on this page. Open another tab to test that out!