From e591f4896e80acf118f656dfb3dece80ff9b6b07 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 22 May 2023 20:23:19 +0100 Subject: [PATCH] Allowed attachment drag via main text link Enables easier sorting and dragging of box into content. Related to #591 --- resources/views/attachments/manager-list.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/attachments/manager-list.blade.php b/resources/views/attachments/manager-list.blade.php index f1dfe2b82..342b46dca 100644 --- a/resources/views/attachments/manager-list.blade.php +++ b/resources/views/attachments/manager-list.blade.php @@ -1,4 +1,5 @@ -
+
@foreach($attachments as $attachment)