Decrease debounce for search select

This commit is contained in:
2026-06-09 00:07:13 +02:00
parent 7ebaa51eb0
commit 9f436b245d
+1 -1
View File
@@ -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) {