-
-
Notifications
You must be signed in to change notification settings - Fork 272
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(suite): fix draggable window header #16437
Conversation
QA OK macOS
Win11
Mint
|
5af384d
to
cabe8e8
Compare
|
||
if (!isVisible || !isMac || !isDesktopApp) return children; | ||
|
||
return <FixForNotBeingAbleToDragWindow />; |
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.
NIT (meaning nitpick, if won't added, it's okay): I would add a comment here explain of why this fix is needed in these conditions, what's the root of it.
NIT: Overall opinion: the problem with fixes like this is that these are dependent on multiple changes in the codebase that are unrelated. I am not sure if the codebase is prepared for that. So I would at least add comments to the changes of why they are there. |
cabe8e8
to
d30bde9
Compare
Description
Related Issue
Resolve
Screenshots:
Red draggable zone is not visible anymore.