Merge "PolyGerrit: Fix selecting schema to git clone from in gr-download-commands"

This commit is contained in:
Paladox none
2017-10-10 22:32:37 +00:00
committed by Gerrit Code Review

View File

@@ -64,7 +64,7 @@
_handleSchemeTap(e) {
e.preventDefault();
const el = Polymer.dom(e).rootTarget;
const el = e.currentTarget;
this.selectedScheme = el.getAttribute('data-scheme');
if (this._loggedIn) {
this.$.restAPI.savePreferences({download_scheme: this.selectedScheme});