Allowed attachment drag via main text link
Enables easier sorting and dragging of box into content. Related to #591
This commit is contained in:
parent
6a7bc68b61
commit
e591f4896e
|
@ -1,4 +1,5 @@
|
||||||
<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)
|
@foreach($attachments as $attachment)
|
||||||
<div component="ajax-delete-row"
|
<div component="ajax-delete-row"
|
||||||
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
|
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
|
||||||
|
|
Loading…
Reference in New Issue