mirror of
https://github.com/nellowtcs/Obsidian-IroView.git
synced 2026-07-22 06:56:57 +00:00
Update colorParser.ts
This commit is contained in:
parent
5658b12d32
commit
5bdfef2055
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ function getThemeBackground(): [number, number, number] {
|
|||
|
||||
if (!cacheScheduled) {
|
||||
cacheScheduled = true;
|
||||
requestAnimationFrame(invalidateBgCache);
|
||||
window.requestAnimationFrame(invalidateBgCache);
|
||||
}
|
||||
|
||||
return cachedBg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue