mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🔥(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:
parent
f9c08cf5ec
commit
ab90611c36
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue