No afterSetCellMeta event when a comment is created (1.8.0)

Tags: #<Tag:0x00007efc6ad1f138>

Hi,

Until the version 1.7.4 using the comments plugin when the user creates a comment the event “afterSetCellMeta” was triggered, with the version 1.8.0 this does not happen, is there another event that we can use? (We are using this event to save the comments in database).

Cheers,

Hi @steve
we’ve many some changes in 1.8.0 regarding comments that enabled us to fix some bugs:
https://docs.handsontable.com/0.29.0/tutorial-release-notes.html

but you’re right - it does not trigger ‘afterSetCellMeta’
Thanks for sharing - we should add it.
(reported at: https://github.com/handsontable/handsontable/issues/3899)

ps. you can use afterChange to track the same information.