From e661bbbbc96f3615a88e5ecfd8ddc3eba56d5dbd Mon Sep 17 00:00:00 2001 From: bdbch Date: Tue, 11 Jul 2023 10:27:57 +0200 Subject: [PATCH] update demo --- demos/src/Examples/CollaborativeEditing/React/index.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demos/src/Examples/CollaborativeEditing/React/index.jsx b/demos/src/Examples/CollaborativeEditing/React/index.jsx index 02f83e27a01..5eb8a64f51c 100644 --- a/demos/src/Examples/CollaborativeEditing/React/index.jsx +++ b/demos/src/Examples/CollaborativeEditing/React/index.jsx @@ -20,7 +20,8 @@ import { variables } from '../../../variables.js' import MenuBar from './MenuBar.jsx' const content = ` -

Hello World!

+

Hello World Tiptap!

+

Build the next gold standard in content editing experiences that your competitors canĀ“t match.

` const colors = ['#958DF1', '#F98181', '#FBBC88', '#FAF594', '#70CFF8', '#94FADB', '#B9F18D'] @@ -86,7 +87,7 @@ export default () => { content, extensions: [ StarterKit.configure({ - history: false, + history: true, }), Highlight, TaskList,