mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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:
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)
|
||||
<div component="ajax-delete-row"
|
||||
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user