mirror of
https://github.com/pe1hvh/meshcore-gui.git
synced 2026-07-07 02:11:24 +02:00
HotFix1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user