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