Update colorParser.ts

This commit is contained in:
NellowTCS 2026-05-12 15:53:10 -06:00 committed by GitHub
parent 5658b12d32
commit 5bdfef2055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,7 @@ function getThemeBackground(): [number, number, number] {
if (!cacheScheduled) {
cacheScheduled = true;
requestAnimationFrame(invalidateBgCache);
window.requestAnimationFrame(invalidateBgCache);
}
return cachedBg;