akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

dnd-sortable-handle - causes sorting to stop working #264

Open redevill opened 6 years ago

redevill commented 6 years ago

<div dnd-sortable-container [sortableData]="results"> <search-result *ngFor="let result of results; let i = index" class="row" [entry]="result" (doToggle)="toggle($event)" dnd-sortable [sortableIndex]="i">

... and the search result container: