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

Always trigger dragover #47

Merged
merged 1 commit into from
Dec 10, 2020
Merged

Always trigger dragover #47

merged 1 commit into from
Dec 10, 2020

Conversation

rabbiveesh
Copy link
Contributor

@rabbiveesh rabbiveesh commented Nov 26, 2020

I had a test which was failing b/c my component seemed to have resized from starting to be dragged, even without actually having been dragged.
This simple change just ensures that the dragover method is run at least once, seeing as drag-and-drop would require the actual drag to happen.

This closes #48

I had a test which was failing b/c my component seemed to have resized from starting to be dragged, even without actually having been dragged.
This simple change just ensures that the `dragover` method is run at least once, seeing as drag-and-drop would require the actual drag to happen.
@bierik bierik merged commit 86244b4 into 4teamwork:master Dec 10, 2020
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.

Dragover event never triggered
2 participants