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 CHANGED
@@ -17944,7 +17944,7 @@ const useDirectoryTree = _ref => {
17944
17944
  // 新增:是否允许展开/折叠
17945
17945
  onSelectDir,
17946
17946
  // 新增:选择目录回调
17947
- selectedDirPath = '' // 新增:外部传入的选中目录名
17947
+ selectedDirPath = null // 新增:外部传入的选中目录名
17948
17948
  } = _ref;
17949
17949
  const [treeState, setTreeState] = useState({
17950
17950
  data: [],