Skip to content

0.26.1

Compare
Choose a tag to compare
@Ilaiwi Ilaiwi released this 04 Aug 14:45
· 71 commits to master since this release
37c8127

0.26.1

  • fix issue where mouse down gets stuck when scrolling the timeline #526 @KhalidArdah

you can as well solve the issue without upgrading by adding the following style

.react-calendar-timeline .rct-horizontal-lines {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

as here