Keep marketplace search on marketplace page

This commit is contained in:
Thuvaraka Yogarajah 2026-06-01 21:37:51 +02:00
parent b049b79911
commit c4a802b458

View File

@ -59,6 +59,7 @@
input.addEventListener("keydown", (event) => {
if (event.key !== "Enter") return;
if (location.pathname.includes("marketplace")) return;
const search = input.value.trim();
location.href = search