File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4103,6 +4103,7 @@ var control = (function(){
41034103_disable . element ( "[for=control-link-area-width]" , true ) ;
41044104_disable . input ( ".control-link-area-width" , true ) ;
41054105_disable . element ( ".control-link-area-width-count" , true ) ;
4106+ _disable . input ( ".control-link-area-width-default" , true ) ;
41064107_disable . input ( ".control-link-area-width-match" , true ) ;
41074108_disable . element ( ".control-link-area-width-helper" , true ) ;
41084109_disable . element ( ".control-link-area-alignment-grid" , true ) ;
@@ -4198,6 +4199,7 @@ var control = (function(){
41984199_disable . element ( "[for=control-link-area-width]" , false ) ;
41994200_disable . input ( ".control-link-area-width" , false ) ;
42004201_disable . element ( ".control-link-area-width-count" , false ) ;
4202+ _disable . input ( ".control-link-area-width-default" , false ) ;
42014203_disable . input ( ".control-link-area-width-match" , false ) ;
42024204_disable . element ( ".control-link-area-width-helper" , false ) ;
42034205_disable . element ( ".control-link-area-alignment-grid" , false ) ;
You can’t perform that action at this time.
0 commit comments