teodor-new-chat-ui 4.3.196 → 4.3.197
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.esm.js +1 -1
- package/dist/index.umd.js +7 -7
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4035,7 +4035,7 @@ function Xx({
|
|
|
4035
4035
|
if ((Fe = M.current) == null || Fe.call(M, m), de) {
|
|
4036
4036
|
const Pe = setTimeout(() => {
|
|
4037
4037
|
var Tt;
|
|
4038
|
-
(Tt = et.current) == null || Tt.call(et, de, ae ?? void 0);
|
|
4038
|
+
console.log("[ChatSessionProvider] Restoring checkpoint from localStorage:", de), (Tt = et.current) == null || Tt.call(et, de, ae ?? void 0);
|
|
4039
4039
|
}, 50);
|
|
4040
4040
|
return () => clearTimeout(Pe);
|
|
4041
4041
|
}
|