@gingkoo/pandora-explorer 0.1.2 → 0.1.3

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/lib/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @gingkoo/pandora-explorer v0.1.2
2
+ * @gingkoo/pandora-explorer v0.1.3
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import cx$1 from 'classnames';
@@ -9493,11 +9493,9 @@ const Explorer = /*#__PURE__*/forwardRef((props, ref) => {
9493
9493
  updateCurlist(key || '');
9494
9494
  },
9495
9495
  createFolder: createFolder,
9496
- setNavSelect: key => {
9497
- if (key) {
9498
- setCurInfo({
9499
- key
9500
- });
9496
+ setNavSelect: params => {
9497
+ if (params) {
9498
+ setCurInfo(params);
9501
9499
  }
9502
9500
  }
9503
9501
  }));