Updating our implementation to v1.9.124 from 1.9.74 and discovered issue https://github.com/surveyjs/survey-creator/issues/4760 resulted in onAfterUndo
and onAfterRedo
being removed from CreatorBase. Our application uses those events to trigger re-calculation of dependencies among the questions. This is to support information to prompt that a user is aware, when they remove a question, related questions will also be removed.
Is an alternative to onAfterUndo
and onAfterRedo
available?