update sync process
This commit is contained in:
@@ -331,7 +331,7 @@ Custom property | Description
|
||||
},
|
||||
|
||||
_disabledChanged: function(disabled) {
|
||||
this.$.progressContainer.setAttribute('aria-disabled', disabled ? 'true' : 'false');
|
||||
this.setAttribute('aria-disabled', disabled ? 'true' : 'false');
|
||||
},
|
||||
|
||||
_hideSecondaryProgress: function(secondaryRatio) {
|
||||
|
||||
Reference in New Issue
Block a user