Skip to content

Commit

Permalink
fix: single/Double clicks on an event work again (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoPlz authored and jquense committed Aug 17, 2018
1 parent 172c316 commit ee8cdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TimeGridEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function TimeGridEvent(props) {
return (
<EventWrapper type="time" {...props}>
<div
onClick={props.onClick}
onDoubleClick={props.onDoubleClick}
style={{
...userProps.style,
top: `${top}%`,
Expand Down

0 comments on commit ee8cdbe

Please sign in to comment.