From 06e25d7b73f7bf443b17e96100809b917a935c81 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:08:55 -0400 Subject: [PATCH] add editor back in --- src/components/Board.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Board.tsx b/src/components/Board.tsx index 1bfc1a4..49f3839 100644 --- a/src/components/Board.tsx +++ b/src/components/Board.tsx @@ -49,9 +49,9 @@ export function Board() { overrides={uiOverrides} components={components} tools={tools} - // onMount={(editor) => { - // editor.registerExternalAssetHandler('url', unfurlBookmarkUrl) - // }} + onMount={(editor) => { + editor.registerExternalAssetHandler('url', unfurlBookmarkUrl) + }} /> {isChatBoxVisible && (