src/components/chat/components/playBar/PlayBar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/chat/components/playBar/PlayBar.vue
@@ -207,6 +207,7 @@ onClickOutside(tipEleRef, () => { triggerShow.value = false; }); const inputText = (text) => { nextTick(() => { setTimeout(() => { @@ -455,6 +456,9 @@ const commonPhrasesClick = () => { isShowPhrase.value = true; }; onClickOutside(commonPhrasesRef, () => { isShowPhrase.value = false; }); const updateCommonChatInput = (val) => { inputValue.value = val; isShowPhrase.value = false;