This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fixed
#1554
: wrong cursor on readonly range items
codeClimate
jos
9 years ago
parent
a6149d2212
commit
27c75df0f6
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
HISTORY.md
+5
-0
lib/timeline/component/css/item.css
+ 1
- 0
HISTORY.md
View File
@ -8,6 +8,7 @@ http://visjs.org
- Fixed
#1527:
error when creating/updating a Timeline without data.
- Fixed
#1127:
`doubleClick`
event not being fired.
- Fixed
#1554:
wrong cursor on readonly range items.
### Network
+ 5
- 0
lib/timeline/component/css/item.css
View File
@ -123,3 +123,8 @@
cursor
:
e-resize
;
}
.
vis-range
.
vis-item
.
vis-readonly
.
vis-drag-left
,
.
vis-range
.
vis-item
.
vis-readonly
.
vis-drag-right
{
cursor
:
auto
;
}
Write
Preview
Loading…
Cancel
Save