yangyin
2024-11-25 016bcbc267215c77bbc4480e7cead625159b0e70
src/components/chat/components/playBar/PlayBar.vue
@@ -218,9 +218,6 @@
});
const clearTextarea = () => {
   inputValue.value = '';
   if (inputRef.value) {
      inputRef.value.value = '';
   }
};
const inputText = (text) => {
   nextTick(() => {