Disable revert option in sortable of attachments
parent
e2e0d16e0e
commit
7b042ec139
|
@ -208,7 +208,6 @@ AttachmentsDirective = ($confirm) ->
|
||||||
items: "div.single-attachment"
|
items: "div.single-attachment"
|
||||||
handle: "a.settings.icon.icon-drag-v"
|
handle: "a.settings.icon.icon-drag-v"
|
||||||
dropOnEmpty: true
|
dropOnEmpty: true
|
||||||
revert: 400
|
|
||||||
axis: "y"
|
axis: "y"
|
||||||
placeholder: "sortable-placeholder single-attachment"
|
placeholder: "sortable-placeholder single-attachment"
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue