[refactor] remove old edit path from control dependents

This commit is contained in:
Kuldeep M 2019-02-25 14:57:11 +00:00
parent 049df95579
commit db152ff900
1 changed files with 0 additions and 5 deletions

View File

@ -779,11 +779,6 @@ var control = (function() {
} else { } else {
helper.e(".control-edit").disabled = true; helper.e(".control-edit").disabled = true;
helper.e(".control-edit").checked = false; helper.e(".control-edit").checked = false;
helper.setObject({
object: state.get(),
path: "edit.active",
newValue: false
});
}; };
}; };
var _date = function() { var _date = function() {