mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-09 20:43:32 +08:00
Allowed attachment drag via main text link
Enables easier sorting and dragging of box into content. Related to #591
This commit is contained in:
@ -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) }}"
|
||||||
|
Reference in New Issue
Block a user