Browse Source

Fixed - don't open swipebox on update card cover - download file - delete file

Thuan Pham Quoc 7 years ago
parent
commit
245d262705
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/components/cards/attachments.jade

+ 2 - 2
client/components/cards/attachments.jade

@@ -21,8 +21,8 @@ template(name="attachmentDeletePopup")
 template(name="attachmentsGalery")
   .attachments-galery
     each attachments
-      a.attachment-item.swipebox(href="{{url}}" title="{{name}}")
-        .attachment-thumbnail
+      .attachment-item
+        a.attachment-thumbnail.swipebox(href="{{url}}" title="{{name}}")
           if isUploaded
             if isImage
               img.attachment-thumbnail-img(src="{{url}}")