Open attiyafathalla opened 8 years ago
++++++1
I really need assistance with this. I have overlapping drop zones. When an item is dropped in within the overlapping area, both dropzones are triggered. I would like to be able to configure which dropzone has the priority. @attiyafathalla Did you resolve this?
+1
See pull request : https://github.com/fatlinesofcode/ngDraggable/pull/224
I working in system needs to add nested droppable divs dynamically so when i drop the element in the deepest child it dropped also in the parent div so what i can do to stop this behavior i know that in JQuery there is an option {greedy:true}. Is there any option like that in your directive