diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b92afbe..8110b394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ and this project adheres to - #1341 - ♻️(tilt) use helm dev-backend chart +### Removed + +- 🔥(frontend) remove multi column drop cursor #1370 + ### Fixed - 🐛(frontend) fix callout emoji list #1366 diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx index 04238f48..b12e5981 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx @@ -44,7 +44,6 @@ import { } from './custom-inline-content'; import XLMultiColumn from './xl-multi-column'; -const multiColumnDropCursor = XLMultiColumn?.multiColumnDropCursor; const multiColumnLocales = XLMultiColumn?.locales; const withMultiColumn = XLMultiColumn?.withMultiColumn; @@ -157,7 +156,6 @@ export const BlockNoteEditor = ({ doc, provider }: BlockNoteEditorProps) => { }, uploadFile, schema: blockNoteSchema, - dropCursor: multiColumnDropCursor, }, [collabName, lang, provider, uploadFile], );