Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed https://github.com/surveyjs/private-tasks/issues/342 - Survey Header + Progress Bar #7503

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

tsv2013
Copy link
Member

@tsv2013 tsv2013 commented Dec 14, 2023

No description provided.

src/survey.ts Outdated
@@ -7390,6 +7402,7 @@ export class SurveyModel extends SurveyElementCore
}
}
} else if (isStrCiEqual(layoutElement.id, "advanced-header")) {
const header = layoutElement.data as Cover;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const header is not used in this scope. maybe we can delete this line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot it. Removed

@tsv2013 tsv2013 requested a review from novikov82 December 15, 2023 07:37
@novikov82 novikov82 merged commit 9bace84 into master Dec 15, 2023
18 checks passed
@novikov82 novikov82 deleted the bug/PT342-fix-remarks branch December 15, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants