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(() => {