fix: 絵文字を追加した後に画像のリンクがエラーになる不具合の集背
(cherry picked from commit d23cc54a11ef1a1fe1d06bda4cc1b15e29638ed7)
This commit is contained in:
parent
d607f34380
commit
b138752ccb
|
@ -142,6 +142,7 @@ const add = async (ev: MouseEvent) => {
|
|||
done: result => {
|
||||
if (result.created) {
|
||||
emojisPaginationComponent.value.prepend(result.created);
|
||||
emojisPaginationComponent.value.reload();
|
||||
}
|
||||
},
|
||||
}, 'closed');
|
||||
|
|
Loading…
Reference in New Issue