Skip to content

Commit 8be116c

Browse files
committed
Minor quick search bug fixes
1 parent 0b79b53 commit 8be116c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/quick-search/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export default async function ({ feature, console }) {
2929
search.input.value = "";
3030
search.div.dataset.mode = "normal";
3131
search.setResults(getDefaultResults());
32+
document.querySelector(".qs-ai-instructions")?.remove()
33+
document.querySelector(".qs-escape-instructions").style.display = null
3234
getAdditionalResults(search.input);
3335
}
3436
if (

0 commit comments

Comments
 (0)