`TimelineStyle.offsetLineRight` is not called
Closed this issue · 2 comments
rakuyoMo commented
KVKCalendar/Sources/KVKCalendar/Style.swift
Line 162 in f555bbd
This property is defined, but not as widely used as
offsetLineLeft
.
There are many places that use offsetLineLeft
, and I'm not sure if offsetLineRight
should be the same, so I didn't submit a pull request.
Hopefully this will be fixed soon, this property is very useful to me.
rakuyoMo commented
According to my own understanding, I added the relevant implementation in #373 .
Note: I only run and checked the demo effect, and I am not sure whether it applies to all situations and whether there are any omissions.
rakuyoMo commented
Event is not currently affected by offsetLineRight
.