Serhii Mukhin
Serhii Mukhin
You should reset event listeners on the scheduler container before new initialization. Something like that: `$('#scheduler-container').replaceWith($('#scheduler-container').clone());` `scheduler.init(...)`

Added outpoint type for corner square and dot 
`dotsOptions: { type: "dots", color: "black" }, cornersSquareOptions: { type: "partially-rounded", color: "#00ca9a" }, cornersDotOptions: { type: "partially-rounded", color: "#00ca9a" }` 
I made changes to the PR—renamed partially-rounded to inpoint. When I have time, I will add the outpoint type.
Added outpoint type in the PR