Itzik Shneorson
Results
1
comments of
Itzik Shneorson
I was able to hack around this error by providing my own `scrollToFn` and fixing `scrollOffset` before calling the actual implementation: ```typescript scrollToFn(offset, options, instance) { if (instance.scrollElement) { instance.scrollOffset...