mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(core): prevent floating sidebar from disappearing unexpectedly (#8477)
close AF-1475 Fixed an issue where you couldn't create collection or use the rename function in the floating sidebar. https://github.com/user-attachments/assets/41c2b6a8-8fc9-4f8b-ab51-bd7ce2a58738
This commit is contained in:
@@ -51,6 +51,7 @@ export const RenameModal = ({
|
||||
sideOffset: -12,
|
||||
onClick: e => e.stopPropagation(),
|
||||
style: { borderRadius: 10, padding: 8 },
|
||||
role: 'rename-modal',
|
||||
}}
|
||||
items={
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user