quartz/components/scripts/search.inline.ts @@ -451,6 +451,10 @@ searchLayout.style.opacity = "1" } if (term === "" && searchLayout) { searchLayout.style.opacity = "0" } if (term.toLowerCase().startsWith("#")) { searchType = "tags" } else {