1
0
Timothy Jaeryang Baek 2 сар өмнө
parent
commit
95f9d69e9a

+ 1 - 1
src/lib/components/layout/SearchModal.svelte

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