Skip to content

Commit 291c967

Browse files
committed
🔥(frontend) remove multi column drop cursor
The drop cursor for multi column was causing issues with the editor's usability. This commit removes the custom drop cursor implementation to enhance user experience.
1 parent f9c08cf commit 291c967

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import {
4444
} from './custom-inline-content';
4545
import XLMultiColumn from './xl-multi-column';
4646

47-
const multiColumnDropCursor = XLMultiColumn?.multiColumnDropCursor;
4847
const multiColumnLocales = XLMultiColumn?.locales;
4948
const withMultiColumn = XLMultiColumn?.withMultiColumn;
5049

@@ -157,7 +156,6 @@ export const BlockNoteEditor = ({ doc, provider }: BlockNoteEditorProps) => {
157156
},
158157
uploadFile,
159158
schema: blockNoteSchema,
160-
dropCursor: multiColumnDropCursor,
161159
},
162160
[collabName, lang, provider, uploadFile],
163161
);

0 commit comments

Comments
 (0)