[SSE] button "settings" stayed disabled for some actions
This commit is contained in:
parent
9b8cc2bd29
commit
e7cfb6909b
|
@ -674,7 +674,7 @@ define([
|
||||||
};
|
};
|
||||||
btn.setDisabled( true );
|
btn.setDisabled( true );
|
||||||
} else {
|
} else {
|
||||||
btn.setDisabled( btn.keepState.disabled );
|
btn.setDisabled( btn.keepState && btn.keepState.disabled || lock);
|
||||||
delete btn.keepState;
|
delete btn.keepState;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue