afterRowMove event always fire

Forgive for my english. I’m using rows movement. I have noticed that ‘afterRowMove’ event always fire even if movement hasn’t happened. I try to move row and stop at once. Movement hasn’t happened, but ‘afterRowMove’ event was fired.Why? And how i get to know that row was moved?

Hi @vir37

I’ve made an example: Handsontable example - JSFiddle - Code Playground

We are talking about the situation when you click the handler and do not perform any row movement before releasing it (like in the video)? And in this case hook is triggered,

Yes

I think that we should track if the drag event was performed (or any more appropriate) and then if it was trigger afterRowMove.

I’ve added this topic as an improvement suggestion to our Github board at: https://github.com/handsontable/handsontable/issues/3845

Thanks for sharing @vir37