-
Notifications
You must be signed in to change notification settings - Fork 17
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 handling of theme change #505
Conversation
Preview PR at appsharing.space |
Integration tests repot: appsharing.space |
A full resize event would trigger a complete reflow of the page. Maybe just doing it on the view would be more economical. Also, is the resize the only thing that triggers a redraw of the view? |
That sounds good, thanks @SylvainCorlay. |
Just calling |
you can use
|
@trungleduc When i try
but the same works in formbuilder.tsx |
My 2 cents, we used to depend on the This seems to not be used anymore! So we should probably remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! These are the best PRs
theme.mov
Shall close #480