Clear messages on scene change and log goal milestones

This commit is contained in:
Daddy32
2025-12-16 13:15:13 +01:00
parent f12fb477cb
commit 1bef87022b
3 changed files with 38 additions and 3 deletions

View File

@@ -179,6 +179,7 @@
const applyScene = (sceneId) => {
const next = (getSceneById && getSceneById(scenes, sceneId)) || scenes[0];
if (!next) return;
ui.clearMessages();
currentScene = next;
ui.setSceneSelection(next.id);
setSceneIdInUrl(next.id);