From 0d33006da2fcf222713e94ae02d7895aedb032d9 Mon Sep 17 00:00:00 2001 From: DiamondThree Date: Tue, 9 Aug 2022 17:38:57 +0800 Subject: [PATCH] fix page title tranform --- libs/components/editor-blocks/src/blocks/page/PageView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/components/editor-blocks/src/blocks/page/PageView.tsx b/libs/components/editor-blocks/src/blocks/page/PageView.tsx index 7798a4327b..5aca7e6460 100644 --- a/libs/components/editor-blocks/src/blocks/page/PageView.tsx +++ b/libs/components/editor-blocks/src/blocks/page/PageView.tsx @@ -88,7 +88,6 @@ export const PageView: FC = ({ block, editor }) => { className={'title'} supportMarkdown={false} handleEnter={onTextEnter} - handleConvert={() => {}} placeholder={'Untitled'} block={block} editor={editor}