Skip to content

Commit

Permalink
chore: clean up (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Nov 13, 2023
1 parent 337ff4e commit 944efc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hooks/useAlign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,6 @@ export default function useAlign(
const offsetY4Bottom =
popupMirrorRect.bottom - popupRect.y - (nextOffsetY + popupRect.height);

debugger;

setOffsetInfo({
ready: true,
offsetX: nextOffsetX / scaleX,
Expand Down

0 comments on commit 944efc9

Please sign in to comment.