@gingkoo/pandora-explorer 0.0.1-alpha.68 → 0.0.1-alpha.69

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.0.1-alpha.68
2
+ * @gingkoo/pandora-explorer v0.0.1-alpha.69
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import cx$1 from 'classnames';
@@ -7575,7 +7575,6 @@ function ExplorerInfo(props) {
7575
7575
  dataMap,
7576
7576
  curSelect
7577
7577
  } = useContext(ExampleContext);
7578
- useState(false);
7579
7578
  const [info, setInfo] = useState({});
7580
7579
  useEffect(() => {
7581
7580
  if (infoshow) {
@@ -7935,6 +7934,7 @@ const Explorer = /*#__PURE__*/forwardRef((props, ref) => {
7935
7934
  }, [curlist]);
7936
7935
  useEffect(() => {
7937
7936
  setExpandkey([]);
7937
+ setCurSelect(null);
7938
7938
  }, [curInfo?.key]);
7939
7939
  useEffect(() => {
7940
7940
  if (isNavtab) return;