We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d9c40 commit cee3d06Copy full SHA for cee3d06
1 file changed
apps/web/src/page/topic/index.tsx
@@ -156,7 +156,6 @@ export default function TopicBoardPage({ id, type }: TopicBoardPageProps) {
156
document.body.style.userSelect = "";
157
};
158
159
- // 리사이즈 이벤트 처리
160
useEffect(() => {
161
if (isResizing) {
162
const onMouseMove = (e: MouseEvent) => onResizeMove(e);
0 commit comments