Prevent selection loading when refreshing thumbnails during map generation

This commit is contained in:
2026-05-07 10:49:43 +02:00
parent 03cc831888
commit 892a3a8625

View File

@@ -573,7 +573,7 @@ async function generateMap() {
const outputPath = result.outputPath || result.output_path || result;
if (outputPath) {
const fileUrl = await pathToObjectUrl(outputPath);
await refreshThumbnails(outputPath);
await refreshThumbnails(outputPath, false);
currentMapPath = outputPath;
await setSkyFromUrl(fileUrl);
setStatus('New environment loaded');