-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
🐛 Can‘t restore window frame on drag #219
Labels
Comments
Interesting, I never noticed this! Will fix! |
MrKai77
added a commit
that referenced
this issue
Feb 18, 2024
Let me know how this is! |
That's so cool! The problem seems to have been solved. |
MrKai77
added a commit
that referenced
this issue
Feb 18, 2024
…-on-drag` 🐛 #219 Can‘t restore window frame on drag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
If the window to be restored exceeds the boundary of the screen, it will cause the window to not be restored.
Steps To Reproduce
2.Use Loop to adjust the window to Right Half
Expected Behavior
In fact, many similar app have this problem. Among them, Switch avoids this problem. When dragging the window with the mouse, firstly move the window to the appropriate position according to the expected size of the recovery to ensure that the window does not touch the screen boundary after it is restored, and then restore the window size.
Actual Behavior
As described in the description, when the window restoring, it may be limited by the screen boundary and therefore cannot restore its original size.
Screenshots
No response
MacOS Version
14.3
Loop Version
Version 1.0.0-beta.14 (644)
Additional Context
No response
Final Checks
The text was updated successfully, but these errors were encountered: