Skip to content

Commit 6950c10

Browse files
committed
Reverted to cache method
2 parents 49c223f + 7bc9186 commit 6950c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/commons/dom/get-rect-stack.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export function getRectStack(
55
grid,
66
rect,
77
recursed = false,
8-
isCoordsPassed,
9-
x,
10-
y
8+
isCoordsPassed = false,
9+
x = null,
10+
y = null
1111
) {
1212
const center = getRectCenter(rect);
1313
const gridCell = grid.getCellFromPoint(center) || [];

0 commit comments

Comments
 (0)