File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77
88## Unreleased
99
10+ ## 0.26.1
11+
12+ * fix issue where mouse down gets stuck when scrolling the timeline #526 @KhalidArdah
13+
14+ you can as well solve the issue without upgrading by adding the following style
15+
16+ ```
17+ .react-calendar-timeline .rct-horizontal-lines {
18+ -webkit-user-select: none;
19+ -moz-user-select: -moz-none;
20+ -ms-user-select: none;
21+ user-select: none;
22+ }
23+ ```
24+
25+ [ as here] ( https://codesandbox.io/s/timeline-demo-sticky-header-w6s5f )
26+
1027## 0.26.0
1128
1229#### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " react-calendar-timeline" ,
3- "version" : " 0.26.0 " ,
3+ "version" : " 0.26.1 " ,
44 "description" : " react calendar timeline" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments