Decrease debounce for search select
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
var DEBOUNCE_MS = 500;
|
||||
var DEBOUNCE_MS = 100;
|
||||
|
||||
function initAll() {
|
||||
document.querySelectorAll("[data-search-select]").forEach(function (element) {
|
||||
|
||||
Reference in New Issue
Block a user