Hi,
I am using handsontable with react, the table has rowHeaders and manualRowMove enabled and moving the rows works fine manually but not as expected while testing with cypress e2e tests. Below are the some screen shots.
When clicked on row header notice how row headers jump above and hide behind left corner table
When mouse down on first row header
When mousemoved to a specific row header
When mousemoveup after mousemove to specific header
the row hasn’t moved and everyting is as it was before. Can I get help with this?