Browse Source

lower debounce timer for settings search

dannyl1u 6 tháng trước cách đây
mục cha
commit
2f921859ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/SettingsModal.svelte

+ 1 - 1
src/lib/components/chat/SettingsModal.svelte

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