@fileverse-dev/ddoc 3.0.73 → 3.0.74

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.
Files changed (2) hide show
  1. package/dist/index.es.js +4 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -170378,7 +170378,10 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
170378
170378
  b.current = d;
170379
170379
  const y = Ve(c.tabList.length > 0);
170380
170380
  Re(() => {
170381
- y.current || c.tabList.length === 0 || (y.current = !0, f(c.tabList), i && p(s || c.activeTabId));
170381
+ if (!(y.current || c.tabList.length === 0) && (y.current = !0, f(c.tabList), i)) {
170382
+ const E = s || c.activeTabId;
170383
+ b.current = E, p(E);
170384
+ }
170382
170385
  }, [c, i, s]);
170383
170386
  const {
170384
170387
  applyRename: x,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.73",
5
+ "version": "3.0.74",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {