From d220628510236ae51537135ed44e6fa074d57ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:33:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(MkPostForm):=20=E7=B5=B5=E6=96=87=E5=AD=97?= =?UTF-8?q?=E3=83=94=E3=83=83=E3=82=AB=E3=83=BC=E3=82=92=E9=96=8B=E3=81=8F?= =?UTF-8?q?=E3=81=A8=E5=85=A5=E5=8A=9B=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(MisskeyIO#299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkPostForm.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index d06a3d898c..63c5fed2ef 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -857,9 +857,7 @@ function insertMention() { }); } -async function insertEmoji(ev: MouseEvent) { - textAreaReadOnly.value = true; - +function insertEmoji(ev: MouseEvent): void { os.openEmojiPicker( (ev.currentTarget ?? ev.target) as HTMLElement, { asReactionPicker: false },