mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix page title tranform
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user