1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 15:54:39 +00:00

Merge pull request #7755 from haiwen/tags-migrate

Tags migrate
This commit is contained in:
JoinTyang
2025-05-09 14:28:27 +08:00
committed by GitHub
9 changed files with 268 additions and 23 deletions

View File

@@ -2347,6 +2347,7 @@ class LibContentView extends React.Component {
if (!currentDirent && currentMode !== METADATA_MODE && currentMode !== TAGS_MODE) {
detailPath = Utils.getDirName(this.state.path);
}
const detailDirent = currentDirent || currentNode?.object || null;
return (
<DndProvider backend={HTML5Backend}>