@fileverse-dev/ddoc 3.0.53-patch-18 → 3.0.53-patch-19
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 +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -170004,7 +170004,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170004
170004
|
const [a, l] = Ne("default"), [u, c] = Ne([]), d = Ot(() => u.length > 0, [u]), p = Be(
|
|
170005
170005
|
(y) => {
|
|
170006
170006
|
if (!e || y === a) return;
|
|
170007
|
-
if (!i) {
|
|
170007
|
+
if (console.log("xxxxxxx", { shouldSyncActiveTab: i, id: y }), !i) {
|
|
170008
170008
|
l(y);
|
|
170009
170009
|
return;
|
|
170010
170010
|
}
|
|
@@ -170015,7 +170015,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170015
170015
|
},
|
|
170016
170016
|
[a, e, i]
|
|
170017
170017
|
);
|
|
170018
|
-
|
|
170018
|
+
Ie(() => {
|
|
170019
170019
|
if (!e) return;
|
|
170020
170020
|
if (t || r && !n && !t) {
|
|
170021
170021
|
const { tabList: x, activeTabId: v } = _de(
|