diff --git a/themes/butterfly/source/js/shuoshuo.js b/themes/butterfly/source/js/shuoshuo.js index b3ee3eb..5397d8a 100644 --- a/themes/butterfly/source/js/shuoshuo.js +++ b/themes/butterfly/source/js/shuoshuo.js @@ -377,7 +377,7 @@ function renderTalks() { const goComment = (e) => { const match = e.match(/
([\s\S]*?)<\/div>/); const textContent = match ? match[1] : ""; - const n = document.querySelector(".atk-textarea"); + const n = document.querySelector(".tk-input el-textarea"); n.value = `> ${textContent}\n\n`; n.focus(); btf.snackbarShow("已为您引用该说说,不删除空格效果更佳");