Merge pull request #7311 from kjac/v8/fix/multi-url-sortable-update
V8: Make the Multi URL Picker sorting behave the same as MNTP
This commit is contained in:
@@ -19,7 +19,10 @@ function multiUrlPickerController($scope, angularHelper, localizationService, en
|
||||
var currentForm = angularHelper.getCurrentForm($scope);
|
||||
|
||||
$scope.sortableOptions = {
|
||||
axis: "y",
|
||||
containment: "parent",
|
||||
distance: 10,
|
||||
opacity: 0.7,
|
||||
tolerance: "pointer",
|
||||
scroll: true,
|
||||
zIndex: 6000,
|
||||
|
||||
Reference in New Issue
Block a user