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(linkTools): fix pending batch for TargetArrowhead and SourceArrowead #2720

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

kumilingus
Copy link
Contributor

Description

This PR makes sure that all active batches are closed at the end of the drag arrowhead interaction.

#2625 fixed triggering of pointerdown event. This caused the pointer batch to be (correctly) triggered, but due to not passing event data to subsequent events (pointermove & pointerup), the pointer batch closure was never invoked.

Fixes issue.

@Geliogabalus Geliogabalus merged commit e9c5141 into clientIO:master Aug 12, 2024
4 checks passed
@kumilingus kumilingus deleted the fix-pending-batch branch August 12, 2024 13:49
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.

[Bug]: Changing link target or source breaks CommandManager in Angular
2 participants