diff --git a/libs/components/editor-blocks/src/components/text-manage/TextManage.tsx b/libs/components/editor-blocks/src/components/text-manage/TextManage.tsx index ddc2c07550..2e146c7701 100644 --- a/libs/components/editor-blocks/src/components/text-manage/TextManage.tsx +++ b/libs/components/editor-blocks/src/components/text-manage/TextManage.tsx @@ -126,7 +126,7 @@ export const TextManage = forwardRef( // block = await editor.commands.blockCommands.createNextBlock(block.id,) const on_text_view_active = useCallback( - (point: CursorTypes, rang_form?: 'up' | 'down') => { + (point: CursorTypes) => { // TODO code to be optimized if (textRef.current) { const end_selection = textRef.current.getEndSelection();