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

Weaver Modal theme is not always fully initialized. #404

Open
kaladay opened this issue Jun 17, 2021 · 0 comments
Open

Weaver Modal theme is not always fully initialized. #404

kaladay opened this issue Jun 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kaladay
Copy link
Contributor

kaladay commented Jun 17, 2021

There is a race condition where the theme does not get fully applied to elements that are not fully initialized.

This specifically happens for Modals.

A quick and simple solution could be to just re-load the theme on modal open, such as:

this.store.dispatch(WeaverActions.Theme.select({
  name: 'tamu'
}));
@ghost ghost added the bug Something isn't working label Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant