style: 隱藏搜尋說明
This commit is contained in:
+2
-4
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user