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

Fix NewFeaturesBanner close function #268

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

jeffdaley
Copy link
Contributor

Fixes a bug that was preventing the NewFeaturesBanner from dismissing immediately.

@jeffdaley jeffdaley requested a review from a team as a code owner July 21, 2023 19:20
return true;
} else if (storageItem === "true" && !this.isDismissed) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Despite bindings to a tracked property, the isShown getter wasn't recomputing on dismiss.

@jeffdaley jeffdaley merged commit 35258ed into main Jul 21, 2023
1 check passed
@jeffdaley jeffdaley deleted the jeffdaley/close-new-features-banner branch July 21, 2023 20:17
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.

None yet

2 participants