diff --git a/src/Month.js b/src/Month.js index 58e2eab1d..2a5771089 100644 --- a/src/Month.js +++ b/src/Month.js @@ -273,6 +273,8 @@ class MonthView extends React.Component { start: slots[0], end: slots[slots.length - 1], action: slotInfo.action, + bounds: slotInfo.bounds, + box: slotInfo.box }) }