Skip to content

Commit

Permalink
Update apps/www/src/lib/plate/demo/values/commentsValue.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Anderson <[email protected]>
  • Loading branch information
felixfeng33 and 12joan authored Jun 20, 2024
1 parent f258547 commit 527d920
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/www/src/lib/plate/demo/values/commentsValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ export const commentsData: TComments[] = [
isUpdated: false,
updatedAt: 1_663_453_729_191,
userId: '2',
value: [{ children: [{ text: 'Joe: This is a comment.' }], type: 'p' }],
value: [{
children: [
{ text: 'Joe: A commen' },
{ italic: true, text: 't' },
{ text: 'able effort' },
],
type: 'p',
}],
},
],
updatedAt: 1_663_453_729_191,
Expand Down

0 comments on commit 527d920

Please sign in to comment.