From b7026afcbdd3ffb00a10486bce305aeb14190367 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Tue, 25 Mar 2025 12:43:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B5=EB=AA=85=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=ED=95=A0=20=EB=95=8C=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=EB=91=90=20=EB=B2=88=20=EB=88=8C?= =?UTF-8?q?=EB=9F=AC=EC=95=BC=EC=A7=80=20input=EB=82=98=EC=98=B4=20>>=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index a202b57..afa527d 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -562,6 +562,7 @@ if (comment.isEditTextarea) { comment.isEditTextarea = false; comment.isCommentPassword = true; + toggleCommentPassword(comment, 'delete'); } else { toggleCommentPassword(comment, 'delete'); }