Presumably like other people, I have to track user changes to Hot via event hooks like afterChange & afterSetCellMeta, so as to save the Hot (or warn user of unsaved changes). Unless I am missing something and supposed to do it some other way?
I am using 0.25.1, and none of the below work.
What event fires, or is supposed to fire, in these situations, all invoked from context menu, please:
Remove Comment. (Add/Edit Comment are OK: they clearly use setCellMeta(), and that is documented as firing afterSetCellMeta; but removeCellMeta() does not document firing any event. Surely you need an event, maybe afterRemoveCellMeta, after any removeCellMeta() which many things might invoke, just as much as after any setCellMeta()?)