mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
fix: metadata contextmenu position (#6643)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -34,6 +34,8 @@ const DirViews = ({ userPerm, repoID, currentPath, currentRepoInfo }) => {
|
||||
updateEnableMetadata(value);
|
||||
}, [updateEnableMetadata]);
|
||||
|
||||
if (!enableMetadataManagement) return null;
|
||||
|
||||
return (
|
||||
<>
|
||||
<TreeSection
|
||||
|
Reference in New Issue
Block a user