liyongli 2 gadi atpakaļ
vecāks
revīzija
b42ca4019d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/view/chatGptChatNew/index.vue

+ 1 - 1
src/view/chatGptChatNew/index.vue

@@ -140,7 +140,7 @@ function focus() {
   let t = window.setTimeout(() => {
     inputText.value = '';
     window.clearTimeout(t);
-  }, 200);
+  }, 1000);
 }
 </script>
 <style lang="scss">