Merge branch 'main' of http://192.168.0.251:3000/localnet/localhost-front
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
yoon 2025-03-17 12:00:44 +09:00
commit 2290a2b5af

View File

@ -658,9 +658,7 @@
//
if (lastCommentClickedButton.value === 'edit') {
if (targetComment) {
//
closeAllEditTextareas();
closeAllEditTextareas(); //
targetComment.isEditTextarea = true;
passwordCommentAlert.value = '';
currentPasswordCommentId.value = null;
@ -755,6 +753,7 @@
if (targetComment) {
targetComment.content = editedContent; //
targetComment.isEditTextarea = false; //
togglePassword('close');
} else {
toastStore.onToast('수정할 댓글을 찾을 수 없습니다.', 'e');
}