You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(timetable): check that a time cell isn't a frequency start/end time
This fix avoids an NPE when attempting to fetch the pattern stop with an undefined stopTimeIdx.
Frequency entries in the timetable do not need stop time objects.
fix(patterns): fix pattern control point drag
During drag events, last control point distance was not updated properly and caused the line slice
along operation to fail because the end distance was less than the start distance.