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);
}
">
먼저... 어찌보면 별거 아닌 감정다툼인데 의견주셔서 감사합니다.
친구와는 시간을 두고 천천히 풀겠습니다.
다시 한번 감사드려요