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
The Timeline constructor is throwing an error when I use the verticalScroll option to true. Error is Cannot read properties of null (reading 'left') while trying to read this.dom.left internally. As a work around, if I set the this.options.verticalScroll to true after initialization, it works fine.
The
Timeline
constructor is throwing an error when I use theverticalScroll
option totrue
. Error isCannot read properties of null (reading 'left')
while trying to readthis.dom.left
internally. As a work around, if I set thethis.options.verticalScroll
to true after initialization, it works fine.Here is my code and options to reproduce.
The text was updated successfully, but these errors were encountered: