mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
fix(core): fix menu bugs (#8074)
This commit is contained in:
@@ -43,7 +43,6 @@ export const BlocksuiteHeaderTitle = (props: BlockSuiteHeaderTitleProps) => {
|
||||
return (
|
||||
<InlineEdit
|
||||
className={clsx(styles.title, props.className)}
|
||||
autoSelect
|
||||
value={docTitle}
|
||||
onChange={onChange}
|
||||
editable={!isSharedMode}
|
||||
|
||||
Reference in New Issue
Block a user