ember-drag-drop
ember-drag-drop copied to clipboard
Class 'accepts-drag' is broken with nested draggables
There is an issue when a draggable-object
hovers another draggable-object
even if the later is inside a draggable-object-target
.
https://ember-twiddle.com/ff54c428e6a46abcba4df799e036ac83
Yup, PR is incoming. #103
Oops, might not be the same issue.
This line is responsible for the issue: https://github.com/mharris717/ember-drag-drop/blob/master/addon/components/draggable-object.js#L121
Do you know why dragOver
was changed from nothing to return false;
?
Is there any news about this issue?
@mharris717 @dgavey
Any idea how to solve this issue?