-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: Reactive Window data #637
Conversation
When the `WindowDragArea` component received a non-left click, the drag area would become disabled, even when receiving standard right click events. Fixed by adding a check in the `onmousedown` function within the component.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #637 +/- ##
==========================================
- Coverage 73.60% 73.00% -0.61%
==========================================
Files 192 194 +2
Lines 19468 19186 -282
==========================================
- Hits 14329 14006 -323
- Misses 5139 5180 +41 ☔ View full report in Codecov by Sentry. |
Depends #635
Closes #636