Merge pull request #1981 from Asizon/fixResetToCustomDefaultsDialog

10.7.0-preview
Michael Keller 2020-04-26 17:11:19 +12:00 committed by GitHub
commit 433fe20ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ function finishClose(finishedCallback) {
connectedTime = undefined;
}
// close reset to custom defaults dialog
$('#dialogResetToCustomDefaults-cancelbtn').click();
analytics.resetFlightControllerData();
serial.disconnect(onClosed);