liyongli 2 years ago
parent
commit
c3bb04417a
1 changed files with 1 additions and 1 deletions
  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);
-  }, 1000);
+  }, 300);
 }
 </script>
 <style lang="scss">