We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you resize a widget while in a smaller breakpoint, then save, then load that widget, it'll now have the wrong width.
https://jsfiddle.net/8uyv7k9o/4/
w: 4
w: 2
The widget should be the same size after load as it was when it was saved. I was hoping #2669 would solve this but it did not.
The text was updated successfully, but these errors were encountered:
same underlying issue as #2493
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
If you resize a widget while in a smaller breakpoint, then save, then load that widget, it'll now have the wrong width.
Your environment
Steps to reproduce
https://jsfiddle.net/8uyv7k9o/4/
w: 4
(or more) on that widget when it started asw: 2
and was shrunk.Screen.Recording.2024-06-25.at.11.17.46.AM.mov
Expected behavior
The widget should be the same size after load as it was when it was saved. I was hoping #2669 would solve this but it did not.
The text was updated successfully, but these errors were encountered: