Skip to content
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: draggable pointerout only on document #3477

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Fix: draggable pointerout only on document #3477

merged 1 commit into from
Jan 9, 2024

Conversation

katspaugh
Copy link
Owner

Short description

Resolves #3476

Implementation details

In draggable.js, the pointerout and pointercancel events will now be handled only when fired on the document object and not on inner elements. This allows dragging past the container until the mouse is completely outside of the page.

This PR also fixes a bug in the Envelope plugin where newly added points were not rendered correctly.

Copy link
Contributor

github-actions bot commented Jan 9, 2024

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link

cloudflare-workers-and-pages bot commented Jan 9, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7ea3722
Status: ✅  Deploy successful!
Preview URL: https://542b69d7.wavesurfer-js.pages.dev
Branch Preview URL: https://draggable.wavesurfer-js.pages.dev

View logs

@katspaugh katspaugh merged commit 80a4033 into main Jan 9, 2024
4 checks passed
@katspaugh katspaugh deleted the draggable branch January 9, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant