Hi Handsontable Team,
I’ve noticed a behavior change in the beforeChange hook. In previous versions, the hook wouldn’t trigger if the changes array was empty. However, in the latest version, it fires even when the array is empty.
Example code:
Handsontable.hooks.add('beforeChange', function (changes) {console.log(changes); });
Can you explain if this change is due to any new Handsontable updates? Is it intentional, or part of a bug fix/optimization?
Thanks!