익명 댓글 수정 할 때 삭제 버튼 두 번 눌러야지 input나옴 >> 수정
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-03-25 12:43:45 +09:00
parent 30e06407e3
commit b7026afcbd

View File

@ -562,6 +562,7 @@
if (comment.isEditTextarea) { if (comment.isEditTextarea) {
comment.isEditTextarea = false; comment.isEditTextarea = false;
comment.isCommentPassword = true; comment.isCommentPassword = true;
toggleCommentPassword(comment, 'delete');
} else { } else {
toggleCommentPassword(comment, 'delete'); toggleCommentPassword(comment, 'delete');
} }