익명 댓글 수정 할 때 삭제 버튼 두 번 눌러야지 input나옴 >> 수정
All checks were successful
LocalNet_front/pipeline/head This commit looks good
All checks were successful
LocalNet_front/pipeline/head This commit looks good
This commit is contained in:
parent
30e06407e3
commit
b7026afcbd
@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user