mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
Moved finalize to correct place
This commit is contained in:
parent
33c952e7b1
commit
02cfe59dfb
1 changed files with 4 additions and 4 deletions
|
@ -927,10 +927,10 @@ helper.defaultsDialog = (function () {
|
|||
if (input.allow_reset) {
|
||||
return mspHelper.setSetting(input.key, input.value);
|
||||
}
|
||||
});
|
||||
}).then(setTimeout( function() {
|
||||
privateScope.finalize(selectedDefaultPreset);
|
||||
}, 6000));
|
||||
}).then(setTimeout( function() {
|
||||
privateScope.finalize(selectedDefaultPreset);
|
||||
}, 6000));
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue