From 192cfd23f30ed1fab7e564eb923e9f7598e1cede Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 21 Sep 2020 11:55:49 +0900 Subject: [PATCH] Update reaction.vue --- src/client/pages/my-settings/reaction.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/pages/my-settings/reaction.vue b/src/client/pages/my-settings/reaction.vue index cf2dccdf6c..c64c54eff6 100644 --- a/src/client/pages/my-settings/reaction.vue +++ b/src/client/pages/my-settings/reaction.vue @@ -74,6 +74,7 @@ export default defineComponent({ }, {}, { source: ev.currentTarget || ev.target }).then(emoji => { + if (emoji == null) return; this.reactions += emoji; }); }