Skip to content

Commit

Permalink
πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 29, 2023
1 parent 3f029b9 commit c452bbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/www/content/docs/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ import { createLinkPlugin } from '@udecode/plate-link';

const plugins = [
// ...otherPlugins,
createLinkPlugin(),
createLinkPlugin({
renderAfterEditable: LinkFloatingToolbar
}),
];
```

Expand Down

0 comments on commit c452bbd

Please sign in to comment.