Skip to content

Commit e0c2354

Browse files
kintumikusoulsam480
authored andcommitted
Made events accessible in week and day views (bigcalendar#2473)
bigcalendar#2037
1 parent be14344 commit e0c2354

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/TimeGridEvent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ function TimeGridEvent(props) {
6161
return (
6262
<EventWrapper type="time" {...props}>
6363
<div
64+
role="button"
65+
tabIndex={0}
6466
onClick={onClick}
6567
onDoubleClick={onDoubleClick}
6668
style={eventStyle}

0 commit comments

Comments
 (0)