Commit c64e4ae0 authored by KesaubeEire's avatar KesaubeEire

fix: 点击代码框多了"复制"两个字.

parent ac0e0d45
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
e.stopPropagation(); e.stopPropagation();
// 已复制 // 已复制
toast.push('已复制成功~'); toast.push('已复制成功~');
copyText(element.innerText); copyText(_copyText);
}; };
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment