Can you check what do you get with
beforeOnCellMouseDown: function(){
console.log(arguments)
}
and share it with me?
Any JSFiddle/zip where I’d be able to replicate the issue would be great.
The patch (7.0.0 > 7.0.1) should not produce any breaking changes
7.0.1
Released on 8th of April, 2019
Changes
Fixed the LICENSE.txt file link in README.md. (#5914)
Replaced fixed positioning of the row/column resize handles with absolute to prevent misalignment issues in implementations based on CSS transform. (#5050)
Updated webpack to version 4. (#5912)
Fixed a problem with Handsontable throwing errors on scroll by adding support for EventListenerOption in the EventManager. (#5904, #4526)
Added core-js to Handsontable’s dependencies. (#5888)
Added a ghost-table attribute to all cell elements generated with Ghost Table. (#5927)
Fixed a bug, where the editor was visible despite not being open, when the table was positioned using CSS transform. (#5886)
Fixed a bug, where the table scrolled up after clicking a cell when Handsontable was implemented inside of an iframe. (#5910)