Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-04 21:05:36 +01:00
parent 3833f2f978
commit 72cb91f865

View File

@@ -36,6 +36,7 @@ function onclick(e){
async function search(e){
e.preventDefault();
expand = false;
router.navigate(`/search?key=${key}`);
return false;
}