test(ui): restore deconstruction before question choice

This commit is contained in:
2026-08-20 15:58:23 +01:00
parent 4b264c5681
commit 412551c968
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ export function derivePrimarySurface(result, status, showExperimentView, scenari
const valid = hasValidInvestigationContext(result, status, scenario);
// RTO.28B: show question-selection surface when investigation exists but no question/branch is active
if (showExperimentView && valid && !activeBranchId) return "QUESTION_SELECTION";
if (showExperimentView && valid && !activeBranchId) return "BRANCH_SELECTION";
if (showExperimentView && valid) return "EXPERIMENT_NOTEBOOK";
if (!showExperimentView && valid) return "NORMAL_WORKSPACE";