Skip to content

Commit 0ef6cbc

Browse files
committed
[bug] fix missing control disabled state
1 parent 815c8dc commit 0ef6cbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/js/control.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
(0)