This commit is contained in:
pe1hvh
2026-03-12 13:49:47 +01:00
parent ec1c36373e
commit 637551cdad
2 changed files with 43 additions and 99 deletions
-7
View File
@@ -634,15 +634,8 @@
}
}
<<<<<<< HEAD
const hasSnapshotWork = Boolean(current.snapshot);
const hasLiveMap = maps.has(containerId);
if (!hasSnapshotWork && !hasLiveMap) {
=======
if (!current.snapshot && current.theme && !maps.has(containerId)) {
pending.set(containerId, current);
>>>>>>> b76eacf1119026c49c25d2811a6d713da8f8e01b
return;
}