mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Fixed sliders being disabled when re-entering the motors tab with motors running.
This commit is contained in:
parent
f723af3b76
commit
0744bb5928
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ TABS.motors.initialize = function (callback) {
|
|||
|
||||
if (motors_running) {
|
||||
if (!self.armed) {
|
||||
$('#motorsEnableTestMode').prop('checked', true);
|
||||
$('#motorsEnableTestMode').prop('checked', true).change();
|
||||
}
|
||||
// motors are running adjust sliders to current values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue