mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(core): use double click to activate title renaming (#4214)
This commit is contained in:
@@ -76,7 +76,7 @@ const StableTitle = ({
|
||||
<span
|
||||
data-testid="title-edit-button"
|
||||
className={styles.titleEditButton}
|
||||
onClick={onRename}
|
||||
onDoubleClick={onRename}
|
||||
>
|
||||
{title || 'Untitled'}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user