Skip to content

Commit 722e9dd

Browse files
jeremymanningclaude
andcommitted
Clear article and video markers when returning to welcome screen
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22ff4f2 commit 722e9dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ async function boot() {
254254
// Clear visual layers so the welcome screen particle canvas isn't obscured
255255
renderer.setHeatmap([], GLOBAL_REGION);
256256
renderer.setAnsweredQuestions([]);
257+
renderer.setPoints([]);
258+
renderer.setVideos([]);
257259
const landing = document.getElementById('landing');
258260
if (landing) landing.classList.remove('hidden');
259261
if (appEl) appEl.dataset.screen = 'welcome';

0 commit comments

Comments
 (0)