mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 17:52:02 +03:00
fix page title tranform
This commit is contained in:
parent
c2edd93c72
commit
0d33006da2
@ -88,7 +88,6 @@ export const PageView: FC<CreateView> = ({ block, editor }) => {
|
|||||||
className={'title'}
|
className={'title'}
|
||||||
supportMarkdown={false}
|
supportMarkdown={false}
|
||||||
handleEnter={onTextEnter}
|
handleEnter={onTextEnter}
|
||||||
handleConvert={() => {}}
|
|
||||||
placeholder={'Untitled'}
|
placeholder={'Untitled'}
|
||||||
block={block}
|
block={block}
|
||||||
editor={editor}
|
editor={editor}
|
||||||
|
Loading…
Reference in New Issue
Block a user