mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-21 15:25:19 +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) {
|
if (input.allow_reset) {
|
||||||
return mspHelper.setSetting(input.key, input.value);
|
return mspHelper.setSetting(input.key, input.value);
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}).then(setTimeout( function() {
|
}).then(setTimeout( function() {
|
||||||
privateScope.finalize(selectedDefaultPreset);
|
privateScope.finalize(selectedDefaultPreset);
|
||||||
}, 6000));
|
}, 6000));
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue