Enables easier sorting and dragging of box into content.
Related to #591
-<div component="sortable-list" option:sortable-list:handle-selector=".handle">
+<div component="sortable-list"
+ option:sortable-list:handle-selector=".handle, a">
@foreach($attachments as $attachment)
<div component="ajax-delete-row"
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
@foreach($attachments as $attachment)
<div component="ajax-delete-row"
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"