@kite-copilot/chat-panel 0.2.51 → 0.2.52
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/auto.cjs +1 -3
- package/dist/auto.js +1 -1
- package/dist/{chunk-VBCGW333.js → chunk-KIOKMXFF.js} +1 -3
- package/dist/embed.global.js +19 -19
- package/dist/index.cjs +1 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1826,9 +1826,7 @@ function ChatPanel({
|
|
|
1826
1826
|
markDisconnectedWithKeepalive();
|
|
1827
1827
|
};
|
|
1828
1828
|
const handleVisibilityChange = () => {
|
|
1829
|
-
if (document.visibilityState === "
|
|
1830
|
-
markDisconnectedWithKeepalive();
|
|
1831
|
-
} else if (document.visibilityState === "visible") {
|
|
1829
|
+
if (document.visibilityState === "visible") {
|
|
1832
1830
|
markActive();
|
|
1833
1831
|
}
|
|
1834
1832
|
};
|
package/dist/index.js
CHANGED