From 60561578d8a2a6973d6fc9a7cbd00b829871dd00 Mon Sep 17 00:00:00 2001 From: Ebise Lutica <7106976+Xeltica@users.noreply.github.com> Date: Fri, 15 Jan 2021 23:20:47 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=A0=E3=81=A7=E3=80=81IME=E5=85=A5=E5=8A=9B=E4=B8=AD?= =?UTF-8?q?=E3=82=82=E3=82=AB=E3=82=A6=E3=83=B3=E3=83=88=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#7080?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 投稿フォームでIME入力中も文字数が反映されるように * compositionendのハンドル忘れを修正 * Remove console.log * Remove trimmedLength() --- src/client/components/post-form.vue | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue index bf300eebd..d2c0cffa1 100644 --- a/src/client/components/post-form.vue +++ b/src/client/components/post-form.vue @@ -9,7 +9,7 @@
- {{ max - trimmedLength(text) }} + {{ max - textLength }}
- +