From 810ecee10b950d2fea1e46505c01a5fdab58dc5c Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:00:48 -0400 Subject: [PATCH] remove editor in board.tsx --- 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 49f3839..1bfc1a4 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 && (