Skip to content

Commit

Permalink
Work for #8125 - Button navigation issues - fixed circles should be a…
Browse files Browse the repository at this point in the history
…ligned to survey edges
  • Loading branch information
tsv2013 committed Jun 28, 2024
1 parent 2072553 commit 297995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress-buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class ProgressButtons extends Base {
}
public get progressWidth(): string {
if (this.isFitToSurveyWidth) {
return this.survey.width;
return this.survey.renderedWidth;
}
return "";
}
Expand Down

0 comments on commit 297995d

Please sign in to comment.