1
0
Эх сурвалжийг харах

fix: change cfg menu change default debounce

Sv443 11 сар өмнө
parent
commit
c884b684f4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/menu/menu_old.ts

+ 1 - 1
src/menu/menu_old.ts

@@ -259,7 +259,7 @@ async function addCfgMenu() {
   };
 
   /** Call whenever the feature config is changed */
-  const confChanged = debounce(onCfgChange, 200, "falling");
+  const confChanged = debounce(onCfgChange, 333, "falling");
 
   const featureCfg = getFeatures();
   const featureCfgWithCategories = Object.entries(featInfo)