DMN In case of undo - redo subscribed events not firing

Hi,

If I subscribe for example on DMN tableName.editId event and make custom functionality:

eventBus.on('tableName.editId', function(e) { window.alert('test') });

The custom window.alert functionality is not firing in case of undo - redo commandStack after changed the table ID and try to undo by pressing CTRL+Z.

Is it a bug or an expected output?

I think it is a bug.

I created a ticket #166 in dmn-js issue tracker.
Sorry for polluting this forum.

Thank you,
Best regards,
Rómeó Nagy