fix(career): let pushCrowdManifest clear the manifest on Leave venue

Codex preflight: nulling _appliedManifestVenue before refresh skipped the
setManifest(null) cleanup branch, leaving the crowd playing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
byrongamatos
2026-07-12 21:42:03 +02:00
co-authored by Claude Fable 5
parent 803193046e
commit f8fc5e6a5f
+2 -1
View File
@@ -252,7 +252,8 @@
if (typeof window.setViz === 'function') window.setViz(prev);
}
} catch (_) { /* ok */ }
_appliedManifestVenue = null;
// keep _appliedManifestVenue: pushCrowdManifest clears the crowd
// manifest precisely by seeing it is still set with no venue left
refresh();
}
}