You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/json-crdt-peritext-ui/__demos__/components/App.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ import {renderers as debugRenderers} from '../../plugins/debug';
7
7
8
8
exportconstApp: React.FC=()=>{
9
9
const[[model,peritext]]=React.useState(()=>{
10
-
constmodel=ModelWithExt.create(ext.peritext.new('The German automotive sector is in the process of cutting thousands of jobs as it grapples with a global shift toward electric vehicles — a transformation Musk himself has been at the forefront of.'));
10
+
constmodel=ModelWithExt.create(
11
+
ext.peritext.new(
12
+
'The German automotive sector is in the process of cutting thousands of jobs as it grapples with a global shift toward electric vehicles — a transformation Musk himself has been at the forefront of.',
0 commit comments