-
Notifications
You must be signed in to change notification settings - Fork 215
dragEnd event not sent when single-clicking gutter #283
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
Comments
In the current implementation, the component fires I think it is better to fire |
@nomeaning777 I'm definitely interested in a PR that adds support for this (or maybe, fixes the bug that It would be awesome if it could be implemented with minimal amount of code changes, and add some cypress tests that prove the behavior. I think we can publish that in a major version, maybe it can go into v5. |
This fix is released in version 5.0.0 thanks to @nomeaning777 🎉 https://stackblitz.com/edit/angular-ivy-xhc5bj?file=src/app/app.component.html |
Describe the bug
Package version: 4.0.0
When dragging the gutter, the events "dragStart/dragEnd" are working fine.
But when soley clicking the gutter, the
dragStart
event is fired, but thedragEnd
event is not.To Reproduce
Look at the small Stackblitz example (dragging not updating, but events fired as described)
StackBlitz Dev Mode
StackBlitz App Mode
The text was updated successfully, but these errors were encountered: