This commit is contained in:
Timothy Jaeryang Baek 2025-08-08 20:52:53 +04:00
parent a5683c411a
commit 95f9d69e9a

View file

@ -146,7 +146,7 @@
const onKeyDown = (e) => {
const searchOptions = document.getElementById('search-options-container');
if (searchOptions) {
if (searchOptions || !show) {
return;
}