Click on cell that is partially out of view doesn't make it scroll into view automatically

Clicking on the cell that is at the right side and is partially out of view doesn’t make the cell to scroll into view automatically starting from v14.2
It works well on v14.1 but not on any further version.
Is this an issue or new by design behavior?

14.1.0 - works good https://jsfiddle.net/sja7rwn2/
14.2.0 - doesn’t work https://jsfiddle.net/sja7rwn2/1/

Try to click on any of the “E” column cells for the above examples.

Hi @Maximilian

Thank you for contacting us and reporting this issue. I can confirm it, and this is a regression to v. 14.2.0 where we did some changes in this behavior. I already reported this internally and I hope it will be fixed soon. I’ll update you as soon as it’s done.

Hi @Maximilian

After discussing the issue with the team it was clarified that this is not a bug, but an intentional change due to match this behavior with Google Sheets and Excel. The reason for this change is explained in this PR: https://github.com/handsontable/handsontable/pull/10709