liyongli 2 лет назад
Родитель
Сommit
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">