From c452bbd8f77ed24ffd718320f03cad27907aa19d Mon Sep 17 00:00:00 2001 From: zbeyens Date: Wed, 29 Nov 2023 12:32:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/www/content/docs/link.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/www/content/docs/link.mdx b/apps/www/content/docs/link.mdx index 90cf24d0d9..3da66442e9 100644 --- a/apps/www/content/docs/link.mdx +++ b/apps/www/content/docs/link.mdx @@ -33,7 +33,9 @@ import { createLinkPlugin } from '@udecode/plate-link'; const plugins = [ // ...otherPlugins, - createLinkPlugin(), + createLinkPlugin({ + renderAfterEditable: LinkFloatingToolbar + }), ]; ```