Skip to content

Commit 37a7005

Browse files
committed
[bug] fix shade radius control dependency
1 parent f9a0485 commit 37a7005

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎js/control.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,11 +2537,13 @@ var control = (function(){
25372537
helper.e(".control-header-shade-style-scroll").disabled=false;
25382538
helper.e("[for=control-header-shade-opacity]").removeAttribute("disabled");
25392539
helper.e(".control-header-shade-opacity").disabled=false;
2540+
helper.e(".control-header-radius").disabled=false;
25402541
}else{
25412542
helper.e(".control-header-shade-style-always").disabled=true;
25422543
helper.e(".control-header-shade-style-scroll").disabled=true;
25432544
helper.e("[for=control-header-shade-opacity]").setAttribute("disabled","");
25442545
helper.e(".control-header-shade-opacity").disabled=true;
2546+
helper.e(".control-header-radius").disabled=true;
25452547
};
25462548
};
25472549
var_search=function(){

‎js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varversion=(function(){
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="3.10.1";
4+
varcurrent="3.10.2";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)