You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: issue with gutter width initialization (jquense#1181)
Reproduce the original issue (in Chrome):
1. Directly go to http://intljusticemission.github.io/react-big-calendar/examples/index.html#selectable
2. Notice that you cannot see the day headers because the width of the gutter is set way too big
By wrapping it in the requestAnimationFrame it ensures that it is set after the initial paint is finished (which does the css etc).
0 commit comments