liyongli 2 年 前
コミット
c3bb04417a
1 ファイル変更1 行追加1 行削除
  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">