remove editor in board.tsx
This commit is contained in:
parent
900833c06c
commit
91df5214c6
|
|
@ -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 && (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue