MDL-73865 blocks_myoverview: Increase debounce wait to 1 second

This commit is contained in:
Shamim Rezaie 2022-02-17 12:53:06 +11:00
parent 967d9b2546
commit 06b64c8284
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -783,7 +783,7 @@ const registerEventListeners = (root, page) => {
activeSearch(clearIcon);
initializePagedContent(root, searchFunctionalityCurry(), input.value.trim());
}
}, 300));
}, 1000));
};
/**