We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7bc68 commit e591f48Copy full SHA for e591f48
resources/views/attachments/manager-list.blade.php
@@ -1,4 +1,5 @@
1
-<div component="sortable-list" option:sortable-list:handle-selector=".handle">
+<div component="sortable-list"
2
+ option:sortable-list:handle-selector=".handle, a">
3
@foreach($attachments as $attachment)
4
<div component="ajax-delete-row"
5
option:ajax-delete-row:url="{{ url('/attachments/' . $attachment->id) }}"
0 commit comments