You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Sorry, we will not be able to answer every support request. Please consider other venues for support requests
Current behavior
(drop) emitter doesn't trigger / work on nested child items
(drop)="onDropSuccess($event)"
Expected behavior
(drop) emitter should emit event when child item is dropped anywhere in the model
I'm submitting a ... (check one with "x")
Current behavior
(drop) emitter doesn't trigger / work on nested child items
(drop)="onDropSuccess($event)"
Expected behavior
(drop) emitter should emit event when child item is dropped anywhere in the model
Reproduction of the problem
Using the simple example from your documentation.
<ngx-section class="catalogue-order-tree"> <ngx-dnd-container [model]="catalogueOrder" [droppableItemClass]="'catalogue-order-item'" (drop)="onDropSuccess($event)"> </ngx-dnd-container> </ngx-section>
The text was updated successfully, but these errors were encountered: