-
Notifications
You must be signed in to change notification settings - Fork 315
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(window-state)!: saving minimized state #1743
fix(window-state)!: saving minimized state #1743
Conversation
Package Changes Through 82c20faThere are 1 changes which include window-state with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
I wonder if we need to update the size on resize event, since we can't get it if we're existing from minimized state, also I'm seeing that we have |
Went with the basic approach, just checking the maximize and minimize state on resize event |
* Fix saving minimized state again * Add change file * Fix saving minimized size * Add change file * Fix missing .md * Remove window-shadows
#1702 didn't actually work, we save the state on move event, and it fires on minimize so...
Also updated the API example to include window state plugin