Skip to content

Commit

Permalink
feat: adding bounds and box on slot select in Month view (jquense#1241)
Browse files Browse the repository at this point in the history
Pass the 'bounds' and 'box' props on slot select in Month view to the handler
  • Loading branch information
aravindsrivats authored and jquense committed Feb 28, 2019
1 parent 2bc9fee commit 2a870b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Month.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
}

Expand Down

0 comments on commit 2a870b0

Please sign in to comment.