seeder-resources-view 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17946,7 +17946,7 @@ const useDirectoryTree = _ref => {
|
|
|
17946
17946
|
// 新增:是否允许展开/折叠
|
|
17947
17947
|
onSelectDir,
|
|
17948
17948
|
// 新增:选择目录回调
|
|
17949
|
-
selectedDirPath =
|
|
17949
|
+
selectedDirPath = null // 新增:外部传入的选中目录名
|
|
17950
17950
|
} = _ref;
|
|
17951
17951
|
const [treeState, setTreeState] = react.useState({
|
|
17952
17952
|
data: [],
|