Skip to content

Commit

Permalink
Made events accessible in week and day views (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
kintumiku committed Nov 28, 2023
1 parent f2cb5e9 commit a7c5681
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 @@ -61,6 +61,8 @@ function TimeGridEvent(props) {
return (
<EventWrapper type="time" {...props}>
<div
role="button"
tabIndex={0}
onClick={onClick}
onDoubleClick={onDoubleClick}
style={eventStyle}
Expand Down

0 comments on commit a7c5681

Please sign in to comment.