Serhii Mukhin

Results 6 comments of 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(...)`

![image](https://github.com/user-attachments/assets/da8da715-9c8f-4ebd-a6cb-f933e39d013f)

Added outpoint type for corner square and dot ![Screenshot_35](https://github.com/user-attachments/assets/a76a6844-45a2-412c-b379-f9feed2510ab)

`dotsOptions: { type: "dots", color: "black" }, cornersSquareOptions: { type: "partially-rounded", color: "#00ca9a" }, cornersDotOptions: { type: "partially-rounded", color: "#00ca9a" }` ![Image](https://github.com/user-attachments/assets/863e8446-1a42-457e-8590-4e13f40610e4)

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