Open
Description
Same problem as: SortableJS/Sortable#768
My manifestation of the problem:
caused by dragging and reordering an image
My code:
in template
{{#sortable items=images}}
<img class="gallery-img thumbnail" src="{{this.fname}}">
{{/sortable}}
in helper
return GalleryPhotos.find(
{
'gallery_id': myId
},
{
sort: ['order']
}
).fetch();
Metadata
Metadata
Assignees
Labels
No labels