Closed vavdav closed 4 years ago
I found issue when adding custom time with 0 value. It will incorrectly set time to new Date().
new Date()
It is because of this line: https://github.com/visjs/vis-timeline/blob/master/lib/timeline/component/CustomTime.js#L44
nice catch! Can you submit a PR with a fix for this?
:tada: This issue has been resolved in version 7.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I found issue when adding custom time with 0 value. It will incorrectly set time to
new Date()
.It is because of this line: https://github.com/visjs/vis-timeline/blob/master/lib/timeline/component/CustomTime.js#L44