@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/auto.cjs
CHANGED
|
@@ -1772,9 +1772,7 @@ function ChatPanel({
|
|
|
1772
1772
|
markDisconnectedWithKeepalive();
|
|
1773
1773
|
};
|
|
1774
1774
|
const handleVisibilityChange = () => {
|
|
1775
|
-
if (document.visibilityState === "
|
|
1776
|
-
markDisconnectedWithKeepalive();
|
|
1777
|
-
} else if (document.visibilityState === "visible") {
|
|
1775
|
+
if (document.visibilityState === "visible") {
|
|
1778
1776
|
markActive();
|
|
1779
1777
|
}
|
|
1780
1778
|
};
|
package/dist/auto.js
CHANGED
|
@@ -1773,9 +1773,7 @@ function ChatPanel({
|
|
|
1773
1773
|
markDisconnectedWithKeepalive();
|
|
1774
1774
|
};
|
|
1775
1775
|
const handleVisibilityChange = () => {
|
|
1776
|
-
if (document.visibilityState === "
|
|
1777
|
-
markDisconnectedWithKeepalive();
|
|
1778
|
-
} else if (document.visibilityState === "visible") {
|
|
1776
|
+
if (document.visibilityState === "visible") {
|
|
1779
1777
|
markActive();
|
|
1780
1778
|
}
|
|
1781
1779
|
};
|