編集前のmfmや絵文字を表示できるように

This commit is contained in:
GrapeApple0 2023-10-01 09:19:07 +00:00
parent 35791699ba
commit 81dde27f9c
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkUserName :user="appearNote.user" :nowrap="true"/>
</div>
<div>
<div>
<Mfm :text="text.trim()" :author="appearNote.user" :i="$i"/>
</div>
<CodeDiff
:oldString="appearNote.noteEditHistory[index - 1] || ''"
:newString="text"