fix page title tranform

This commit is contained in:
DiamondThree 2022-08-09 17:38:57 +08:00
parent c2edd93c72
commit 0d33006da2

View File

@ -88,7 +88,6 @@ export const PageView: FC<CreateView> = ({ block, editor }) => {
className={'title'}
supportMarkdown={false}
handleEnter={onTextEnter}
handleConvert={() => {}}
placeholder={'Untitled'}
block={block}
editor={editor}