Skip to content

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