Skip to content

Commit

Permalink
Sorting of images in multiple media picker
Browse files Browse the repository at this point in the history
(cherry picked from commit ed5effd)
  • Loading branch information
Steve Megson authored and nul800sebastiaan committed Aug 8, 2019
1 parent 046ed8e commit 88349c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ angular.module('umbraco').controller("Umbraco.PropertyEditors.MediaPickerControl


$scope.sortableOptions = {
disabled: !$scope.isMultiPicker,
disabled: !multiPicker,
items: "li:not(.add-wrapper)",
cancel: ".unsortable",
update: function (e, ui) {
Expand Down

0 comments on commit 88349c6

Please sign in to comment.