Skip to content

Commit db152ff

Browse files
committed
[refactor] remove old edit path from control dependents
1 parent 049df95 commit db152ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎js/control.js‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -779,11 +779,6 @@ var control = (function(){
779779
}else{
780780
helper.e(".control-edit").disabled=true;
781781
helper.e(".control-edit").checked=false;
782-
helper.setObject({
783-
object: state.get(),
784-
path: "edit.active",
785-
newValue: false
786-
});
787782
};
788783
};
789784
var_date=function(){

0 commit comments

Comments
(0)