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">