JacobLinCool Codex commited on
Commit
92ccffa
·
verified ·
1 Parent(s): f25fee8

fix: clear stale citations after goal changes

Browse files

Co-authored-by: Codex <noreply@openai.com>

Files changed (1) hide show
  1. static/app.js +1 -0
static/app.js CHANGED
@@ -890,6 +890,7 @@ function invalidateCurrentSeal(message) {
890
  renderScore(null);
891
  setVerdictDisplay("READY", 0, null);
892
  renderWoodMap(null);
 
893
  exportButton.disabled = true;
894
  if (message) setSessionStatus(message);
895
  }
 
890
  renderScore(null);
891
  setVerdictDisplay("READY", 0, null);
892
  renderWoodMap(null);
893
+ renderProjects([]);
894
  exportButton.disabled = true;
895
  if (message) setSessionStatus(message);
896
  }