From 0b5994a4df9326eec3e9ef533a5ca3c97a9d51eb Mon Sep 17 00:00:00 2001 From: bisnsh Date: Sat, 4 Oct 2025 19:22:50 +0800 Subject: [PATCH] modified: themes/butterfly/source/js/shuoshuo.js --- themes/butterfly/source/js/shuoshuo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("已为您引用该说说,不删除空格效果更佳");