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 1148a73 commit 4c0b2a4Copy full SHA for 4c0b2a4
src/components/columnCard/CardList.tsx
@@ -41,7 +41,7 @@ export const CardList = ({
41
fetchCards();
42
}, [columnId, initialTasks]);
43
44
- // 스크롤 감지
+ // 스크롤
45
useEffect(() => {
46
if (!scrollRoot?.current || !observerRef.current) return;
47
0 commit comments