Hello,
I just migrated my product to version 8.4.0 of Handsontable and I’m encountering an annoying but not very important bug.
When I’m activating the comments plugin, there is an error thrown in the console each time I click outside of the hot table (anywhere else in my app).
The error I’m getting is
Cannot read property ‘row’ of null
at Comments.onMouseDown (comments.mjs:681)
at HTMLDocument. (comments.mjs:282)
After some investigation, it seems that line 675 of this file is targeting not an Handsontable element, but something outside that belongs to my UI.
I was not able to reproduce it easily on a plunkr, so I guess it has something to do with my HTML structure wrapping my hot instance.
If you had any idea where I could look it would be of great help.
Thanks a lot in advance,
Nikolas.