You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely, it's because the events are declared without using this.addCreatorEvent. And this.addCreatorEvent isn't used because the sender parameter is not SurveyCreatorModel:
The event parameters are described in the
DragStartEndEvent
interface. However, these description do not get to the docs:https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#onDragStart
https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#onDragEnd
Most likely, it's because the events are declared without using
this.addCreatorEvent
. Andthis.addCreatorEvent
isn't used because thesender
parameter is notSurveyCreatorModel
:https://github.com/surveyjs/survey-creator/blob/master/packages/survey-creator-core/src/creator-base.ts#L1747
The text was updated successfully, but these errors were encountered: