remove editor in board.tsx
This commit is contained in:
parent
78e05cbb50
commit
810ecee10b
|
|
@ -49,9 +49,9 @@ export function Board() {
|
||||||
overrides={uiOverrides}
|
overrides={uiOverrides}
|
||||||
components={components}
|
components={components}
|
||||||
tools={tools}
|
tools={tools}
|
||||||
onMount={(editor) => {
|
// onMount={(editor) => {
|
||||||
editor.registerExternalAssetHandler('url', unfurlBookmarkUrl)
|
// editor.registerExternalAssetHandler('url', unfurlBookmarkUrl)
|
||||||
}}
|
// }}
|
||||||
/>
|
/>
|
||||||
{isChatBoxVisible && (
|
{isChatBoxVisible && (
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue