style: 隱藏搜尋說明

This commit is contained in:
2026-06-03 16:08:53 +08:00
parent c96e4b1a2f
commit 968f9bdcf0
3 changed files with 1299 additions and 1308 deletions
+2 -4
View File
@@ -52,10 +52,8 @@ function expandVenueForTrackItem(trackItem) {
}
function scrollToSearchResults() {
const panel = document.querySelector(".concert-search-panel");
const target = panel || myResult;
if (!target) return;
target.scrollIntoView({ behavior: "smooth", block: "start" });
if (!myResult) return;
myResult.scrollIntoView({ behavior: "smooth", block: "start" });
}
function jumpToTrackHit(hit) {