Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 31, 2023
1 parent ea74970 commit 459a6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/www/src/lib/plate/demo/values/mentionValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export const mentionValue: any = (
</hp>
<hp>
Try mentioning{' '}
<hmention value="R2-D2">
<hmention value="BB-8">
<htext />
</hmention>{' '}
or{' '}
<hmention value="Mace Windu">
<hmention value="Boba Fett">
<htext />
</hmention>
.
Expand Down
1 change: 0 additions & 1 deletion apps/www/src/lib/plate/demo/values/mentionables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ export const MENTIONABLES: TComboboxItem[] = [
{ key: '47', text: 'Bren Derlin' },
{ key: '48', text: 'Brendol Hux' },
{ key: '49', text: 'BT-1' },
{ key: '50', text: 'C-3PO' },
];

0 comments on commit 459a6a9

Please sign in to comment.