Skip to content

Commit

Permalink
Reverted to cache method
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Chaudhary committed Sep 19, 2024
2 parents 49c223f + 7bc9186 commit 6950c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/commons/dom/get-rect-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export function getRectStack(
grid,
rect,
recursed = false,
isCoordsPassed,
x,
y
isCoordsPassed = false,
x = null,
y = null
) {
const center = getRectCenter(rect);
const gridCell = grid.getCellFromPoint(center) || [];
Expand Down

0 comments on commit 6950c10

Please sign in to comment.