Skip to content

Commit cee3d06

Browse files
committed
style: 주석 제거
1 parent b3d9c40 commit cee3d06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/page/topic/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export default function TopicBoardPage({ id, type }: TopicBoardPageProps) {
156156
document.body.style.userSelect = "";
157157
};
158158

159-
// 리사이즈 이벤트 처리
160159
useEffect(() => {
161160
if (isResizing) {
162161
const onMouseMove = (e: MouseEvent) => onResizeMove(e);

0 commit comments

Comments
 (0)