Skip to content

Commit 73817a0

Browse files
authored
Merge pull request namespace-ee#469 from FoothillSolutions/revert-change-util
revert use memo in calendar util
2 parents da8570b + 3395f90 commit 73817a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/utility/calendar.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,6 @@ export function stackItems(
424424
const isDragging = itemId === draggingItem
425425
const isResizing = itemId === resizingItem
426426

427-
if (!groupOrders[_get(item, keys.itemGroupKey)]) {
428-
return memo;
429-
}
430427
let dimension = calculateDimensions({
431428
itemTimeStart: _get(item, keys.itemTimeStartKey),
432429
itemTimeEnd: _get(item, keys.itemTimeEndKey),

0 commit comments

Comments
 (0)