[skip ci] Lint fix

This commit is contained in:
Cohee
2024-02-07 19:28:34 +02:00
parent b244a1c301
commit c3129da879
8 changed files with 9 additions and 9 deletions

View File

@ -1688,7 +1688,7 @@ async function fetchImagesNoCache() {
// Pause Talkinghead to save resources when the ST tab is not visible or the window is minimized.
// We currently do this via loading/unloading. Could be improved by adding new pause/unpause endpoints to Extras.
document.addEventListener("visibilitychange", function (event) {
document.addEventListener('visibilitychange', function (event) {
let pageIsVisible;
if (document.hidden) {
console.debug('expressions: SillyTavern is now hidden');