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
When having the timeline in RTL mode, I noticed that the first item gets cut off in the timeline. If you click the button to go left and then back right, it has no issue. It only happens on page load.
It seems to me like the issue is in position in timelinePosition(). I noticed that on page load, the position value is 1599, but if you click left and then back right, the position value is 1572. How do we get, in my case, the position value to be 1572 on page load?
The text was updated successfully, but these errors were encountered:
hi, how can I make my vertical timeline started from the earliest value to the eldest one? for example, I need to have 1900 year in the top of TL, 1950 in the middle and 2000 in the bottom
When having the timeline in RTL mode, I noticed that the first item gets cut off in the timeline. If you click the button to go left and then back right, it has no issue. It only happens on page load.
It seems to me like the issue is in
position
intimelinePosition()
. I noticed that on page load, theposition
value is1599
, but if you click left and then back right, theposition
value is1572
. How do we get, in my case, theposition
value to be1572
on page load?The text was updated successfully, but these errors were encountered: