mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(component): stop renaming modal propagation & input auto focus (#7653)
close AF-1125
This commit is contained in:
@@ -44,6 +44,7 @@ export const RenameModal = ({
|
||||
side: 'left',
|
||||
onPointerDownOutside: handleRename,
|
||||
sideOffset: -12,
|
||||
onClick: e => e.stopPropagation(),
|
||||
}}
|
||||
items={
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user