🔥(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.
This commit is contained in:
@@ -26,6 +26,10 @@ and this project adheres to
|
|||||||
- #1341
|
- #1341
|
||||||
- ♻️(tilt) use helm dev-backend chart
|
- ♻️(tilt) use helm dev-backend chart
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- 🔥(frontend) remove multi column drop cursor #1370
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 🐛(frontend) fix callout emoji list #1366
|
- 🐛(frontend) fix callout emoji list #1366
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ import {
|
|||||||
} from './custom-inline-content';
|
} from './custom-inline-content';
|
||||||
import XLMultiColumn from './xl-multi-column';
|
import XLMultiColumn from './xl-multi-column';
|
||||||
|
|
||||||
const multiColumnDropCursor = XLMultiColumn?.multiColumnDropCursor;
|
|
||||||
const multiColumnLocales = XLMultiColumn?.locales;
|
const multiColumnLocales = XLMultiColumn?.locales;
|
||||||
const withMultiColumn = XLMultiColumn?.withMultiColumn;
|
const withMultiColumn = XLMultiColumn?.withMultiColumn;
|
||||||
|
|
||||||
@@ -157,7 +156,6 @@ export const BlockNoteEditor = ({ doc, provider }: BlockNoteEditorProps) => {
|
|||||||
},
|
},
|
||||||
uploadFile,
|
uploadFile,
|
||||||
schema: blockNoteSchema,
|
schema: blockNoteSchema,
|
||||||
dropCursor: multiColumnDropCursor,
|
|
||||||
},
|
},
|
||||||
[collabName, lang, provider, uploadFile],
|
[collabName, lang, provider, uploadFile],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user