fix: 絵文字を追加した後に画像のリンクがエラーになる不具合の集背

(cherry picked from commit d23cc54a11ef1a1fe1d06bda4cc1b15e29638ed7)
This commit is contained in:
tar_bin 2023-05-21 08:15:36 +09:00 committed by mattyatea
parent d607f34380
commit b138752ccb
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ const add = async (ev: MouseEvent) => {
done: result => {
if (result.created) {
emojisPaginationComponent.value.prepend(result.created);
emojisPaginationComponent.value.reload();
}
},
}, 'closed');