[refactor] remove old edit path from control dependents
This commit is contained in:
parent
049df95579
commit
db152ff900
|
@ -779,11 +779,6 @@ var control = (function() {
|
|||
} else {
|
||||
helper.e(".control-edit").disabled = true;
|
||||
helper.e(".control-edit").checked = false;
|
||||
helper.setObject({
|
||||
object: state.get(),
|
||||
path: "edit.active",
|
||||
newValue: false
|
||||
});
|
||||
};
|
||||
};
|
||||
var _date = function() {
|
||||
|
|
Loading…
Reference in New Issue