o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
내 게시글 댓글에 어느 누가 삭제를 자주 하는데
무엇을 조심해야 하나요.