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:
parent
4096c3739e
commit
ea147386b6
1 changed files with 0 additions and 1 deletions
|
|
@ -252,7 +252,6 @@ import Base from "../../layouts/Base.astro";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
frnInput.value = frn;
|
frnInput.value = frn;
|
||||||
nameResults.classList.add("hidden");
|
|
||||||
runCheck();
|
runCheck();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue