fix page title tranform

This commit is contained in:
DiamondThree
2022-08-09 12:14:14 +08:00
parent e50502417b
commit c2edd93c72
3 changed files with 15 additions and 2 deletions

View File

@@ -86,8 +86,9 @@ export const PageView: FC<CreateView> = ({ block, editor }) => {
alwaysShowPlaceholder
ref={textRef}
className={'title'}
supportMarkdown={true}
supportMarkdown={false}
handleEnter={onTextEnter}
handleConvert={() => {}}
placeholder={'Untitled'}
block={block}
editor={editor}