fix(confidence-engine): close workspace after done for now
This commit is contained in:
@@ -2173,6 +2173,8 @@ export default function ReasoningWorkspace({
|
||||
setDoneForNowIds((prev) => [...prev, focusedPresentationItemId]);
|
||||
setFocusedAnswer("");
|
||||
setFocusedPresentationItemId(null);
|
||||
/* ── v0.49 fix — close overlay after semantic action ─── */
|
||||
setIsFocusedWorkspaceOpen(false);
|
||||
}}
|
||||
isDoneForNowActive={Boolean(getFocusedInvestigation()?.question?.trim())}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user