Keep search results visible after clicking a result

User can click a different result if they picked the wrong one.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-04-27 08:17:58 -05:00
parent 4096c3739e
commit ea147386b6

View file

@ -252,7 +252,6 @@ import Base from "../../layouts/Base.astro";
return;
}
frnInput.value = frn;
nameResults.classList.add("hidden");
runCheck();
});
});