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:
Poornima Nayar
2019-12-29 13:45:49 +00:00
committed by GitHub

View File

@@ -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,