Reset camera prefs (#3042)

This commit is contained in:
Paulus Schoutsen 2019-03-31 19:38:01 -07:00 committed by GitHub
parent 549db23ff5
commit 22fdac4189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ class MoreInfoCamera extends LitElement {
root.removeChild(root.lastChild);
}
this.stateObj = undefined;
this._cameraPrefs = undefined;
}
private async _fetchCameraPrefs() {