Skip to content

Commit

Permalink
Merge branch 'v8/contrib' into v8/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Mar 7, 2022
2 parents cabb91d + 32cd9fe commit ce81755
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ angular.module("umbraco")
$scope.removeControl = function (cell, $index) {
$scope.currentControl = null;
cell.controls.splice($index, 1);
currentForm.$setDirty();
};

$scope.percentage = function (spans) {
Expand Down

0 comments on commit ce81755

Please sign in to comment.