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