Skip to content

Commit 7ee9959

Browse files
committed
[added] title to time view events
1 parent c07d0ab commit 7ee9959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventCell.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let EventCell = React.createClass({
3434
})}
3535
onClick={()=> onSelect(event)}
3636
>
37-
<div className='rbc-event-content'>
37+
<div className='rbc-event-content' title={title}>
3838
{ Component
3939
? <Component event={event} title={title}/>
4040
: title

0 commit comments

Comments
 (0)