@fileverse-dev/ddoc 3.0.53-patch-16 → 3.0.53-patch-17
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 +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -170015,7 +170015,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170015
170015
|
},
|
|
170016
170016
|
[a, e, i]
|
|
170017
170017
|
);
|
|
170018
|
-
Ie(() => {
|
|
170018
|
+
console.log({ defaultTabId: s }), Ie(() => {
|
|
170019
170019
|
if (!e) return;
|
|
170020
170020
|
if (t || r && !n && !t) {
|
|
170021
170021
|
const { tabList: x, activeTabId: v } = _de(
|
|
@@ -170025,7 +170025,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170025
170025
|
createDefaultTabIfMissing: o
|
|
170026
170026
|
}
|
|
170027
170027
|
);
|
|
170028
|
-
i && l(v), c(x);
|
|
170028
|
+
console.log({ shouldSyncActiveTab: i, id: v }), i && l(v), c(x);
|
|
170029
170029
|
return;
|
|
170030
170030
|
}
|
|
170031
170031
|
}, [
|
|
@@ -170036,7 +170036,7 @@ User prompt: ${u} /no_think` : `${u} /no_think`;
|
|
|
170036
170036
|
o,
|
|
170037
170037
|
i
|
|
170038
170038
|
]), Ie(() => {
|
|
170039
|
-
!t || !s || l(s);
|
|
170039
|
+
!t || !s || (console.log("setting from here"), l(s));
|
|
170040
170040
|
}, [t, s]), Ie(() => {
|
|
170041
170041
|
if (!e) return;
|
|
170042
170042
|
const y = e.getMap("ddocTabs");
|