Hey
We have an issue where we do some tick management and want to keep the original center date to set to again. But when we try to scroll to it, it jumps ahead a little bit. Am i using the function wrong or is the viewportCenterDate something else?
I've added the following code to the example: https://bryntum.com/products/schedulerpro/examples-scheduler/scrollto/
{
button: 'button',
text: 'center',
onAction: () => {
scheduler.scrollToDate(scheduler.viewportCenterDate, {block: 'center'})
}
}