mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03: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)
|
||||
<div component="ajax-delete-row"
|
||||
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
|
||||
|
Reference in New Issue
Block a user