refactor: replying image display

This commit is contained in:
zerosoul
2022-06-07 21:43:37 +08:00
parent 06da664e05
commit b0b6c5f8e3
2 changed files with 15 additions and 9 deletions
+1
View File
@@ -98,6 +98,7 @@ const renderContent = (data) => {
<span className="txt">
{reactStringReplace(
content,
// eslint-disable-next-line no-useless-escape
/(\s{1}\@[0-9]+\s{1})/g,
(match, idx) => {
console.log("match", match);