@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.
- package/dist/index.es.js +4 -1
- 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
|
|
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,
|