lower debounce timer for settings search

This commit is contained in:
dannyl1u 2024-11-05 19:59:34 -08:00
parent 420053b709
commit 2f921859ee

View File

@ -288,7 +288,7 @@
if (visibleTabs.length > 0 && !visibleTabs.includes(selectedTab)) {
selectedTab = visibleTabs[0];
}
}, 200);
}, 100);
};
const saveSettings = async (updated) => {