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

Issue 347 #359

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Issue 347 #359

wants to merge 2 commits into from

Conversation

jedatu
Copy link

@jedatu jedatu commented Dec 19, 2016

Fixes #347

  • The object being passed to dragItem is an itemScope therefore item.itemScope is undefined. This code creates a fall back to use the item itself, which seems to resolve the issue as I am experiencing it.

Item scope is passed to the `dragItem` function, therefore `item.itemScope` is null.  The `itemScope` is the item itself.
Creating a fallback, since `itemScope` is a property of `item`, even though in this case `item.itemScope` seems to be consistently `undefined`
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.

event.source.itemScope is undefined
1 participant