Skip to content

Commit

Permalink
chore: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Nov 27, 2023
1 parent 787acf1 commit 5f52497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const useOnDragOverTreeHandler = (
}

if (e.clientX < 0 || e.clientY < 0) {
return; // TODO hotfix
return;
}

const treeBb = containerRef.current.getBoundingClientRect();
Expand Down

0 comments on commit 5f52497

Please sign in to comment.