Angular Wrapper HandsOnTable PRO - afterRowMove - incorrect value in arguement

When doing Row Move, 'afterRowMove" is receiving wrong arguments:

afterRowMove(event:any)
as per documentation, event[0] has row indexes moved, event[1] has Visual Index of target row: But it is behaving weirdly as below:

1: Moved Row ‘1’ to Row ‘6’: event[1] – > 6 (Visual Index)
2. Moved Row ‘5’ to Row ‘2’: event[1] → 1 (Actual row index, not Visual Index)

Can this be confirmed as an issue??

Versions Used::

“angular-handsontable”: “^1.0.0-beta3”,
“handsontable-pro”: “^1.14.2”,

Hi @sumathi.vellaisamy

Our developer just created a pull request to fix the afterRowMove parameter afterRowMove hook returns improper target parameter by pnowak · Pull Request #4733 · handsontable/handsontable · GitHub
Please track changes to this PR for updates