mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix(core): fix menu bugs (#8074)
This commit is contained in:
@@ -376,9 +376,9 @@ export const ExplorerTreeNode = ({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{renameable && renaming && (
|
||||
{renameable && (
|
||||
<RenameModal
|
||||
open
|
||||
open={!!renaming}
|
||||
width={sidebarWidth - 32}
|
||||
onOpenChange={setRenaming}
|
||||
onRename={handleRename}
|
||||
|
||||
Reference in New Issue
Block a user