Skip to content

Commit ee8cdbe

Browse files
SudoPlzjquense
authored andcommitted
fix: single/Double clicks on an event work again (jquense#952)
1 parent 172c316 commit ee8cdbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TimeGridEvent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ function TimeGridEvent(props) {
3636
return (
3737
<EventWrapper type="time" {...props}>
3838
<div
39+
onClick={props.onClick}
40+
onDoubleClick={props.onDoubleClick}
3941
style={{
4042
...userProps.style,
4143
top: `${top}%`,

0 commit comments

Comments
 (0)