Explorar el Código

fix: adjust debounce wait time

GyDi hace 3 años
padre
commit
5308970ad8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/setting/setting-clash.tsx

+ 1 - 1
src/components/setting/setting-clash.tsx

@@ -122,7 +122,7 @@ const SettingClash = ({ onError }: Props) => {
           onFormat={(e: any) => +e.target.value?.replace(/\D+/, "")}
           onChange={(e) => onChangeData({ "mixed-port": e })}
           onGuard={onUpdatePort}
-          waitTime={800}
+          waitTime={1000}
         >
           <TextField autoComplete="off" size="small" sx={{ width: 120 }} />
         </GuardState>