-
-
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 Platform data #635
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 #635 +/- ##
==========================================
- Coverage 73.00% 73.00% -0.01%
==========================================
Files 192 194 +2
Lines 19151 19172 +21
==========================================
+ Hits 13981 13996 +15
- Misses 5170 5176 +6 ☔ View full report in Codecov by Sentry. |
Closes #634
Depends on #631