@@ -43,6 +43,10 @@
let searchDebounceTimeout;
const searchHandler = async () => {
+ if (!show) {
+ return;
+ }
+
if (searchDebounceTimeout) {
clearTimeout(searchDebounceTimeout);
}
@@ -39,6 +39,10 @@
@@ -91,6 +91,10 @@
};