modified: themes/butterfly/source/js/shuoshuo.js
This commit is contained in:
@@ -377,7 +377,7 @@ function renderTalks() {
|
|||||||
const goComment = (e) => {
|
const goComment = (e) => {
|
||||||
const match = e.match(/<div class="talk_content_text">([\s\S]*?)<\/div>/);
|
const match = e.match(/<div class="talk_content_text">([\s\S]*?)<\/div>/);
|
||||||
const textContent = match ? match[1] : "";
|
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.value = `> ${textContent}\n\n`;
|
||||||
n.focus();
|
n.focus();
|
||||||
btf.snackbarShow("已为您引用该说说,不删除空格效果更佳");
|
btf.snackbarShow("已为您引用该说说,不删除空格效果更佳");
|
||||||
|
|||||||
Reference in New Issue
Block a user