Skip to content

Commit 5f52497

Browse files
committed
chore: remove unused comment
1 parent 787acf1 commit 5f52497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/controlledEnvironment/useOnDragOverTreeHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const useOnDragOverTreeHandler = (
118118
}
119119

120120
if (e.clientX < 0 || e.clientY < 0) {
121-
return; // TODO hotfix
121+
return;
122122
}
123123

124124
const treeBb = containerRef.current.getBoundingClientRect();

0 commit comments

Comments
 (0)