Skip to content

Commit

Permalink
Add isQuestionDragging read-only property
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Nov 23, 2023
1 parent 55d544f commit 3c5bc9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7169,6 +7169,7 @@ export class SurveyModel extends SurveyElementCore
public stopMovingQuestion(): void {
this.isMovingQuestion = false;
}
get isQuestionDragging(): boolean { return this.isMovingQuestion; }
private needRenderIcons = true;

private skippedPages: Array<{ from: any, to: any }> = [];
Expand Down

0 comments on commit 3c5bc9e

Please sign in to comment.