Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit daf3535

Browse files
authored
Merge pull request #35 from appfolio/em-fix-selectslot-dates
Em fix selectslot dates
2 parents e60498e + e4856bc commit daf3535

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appfolio/react-big-calendar-apm",
3-
"version": "0.27.0",
3+
"version": "0.29.0",
44
"description": "Calendar! with events",
55
"author": "Jason Quense <[email protected]>",
66
"repository": "https://github.com/appfolio/react-big-calendar.git",

src/DateContentRow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class DateContentRow extends React.Component {
191191
container={this.getContainer}
192192
onSelectStart={onSelectStart}
193193
onSelectEnd={onSelectEnd}
194-
onSelectSlot={() => this.handleSelectSlot(this)}
194+
onSelectSlot={this.handleSelectSlot}
195195
cellWrapperComponent={dateCellWrapper}
196196
/>
197197

0 commit comments

Comments
 (0)