You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling element.toggleAttribute(disabled) also sets the element.disabled property:
There is no need to set the element.disabled property explicitly. Additionally, because not all elements have a disabled property, slapping on an attribute is more ‘flexible.’
https://github.com/BryanWilhite/Songhay.Player.ProgressiveAudio/blob/9ae33420745c54611cf4aabb40f6d0119245e520/Songhay.StudioFloor.Client/src/progressive-audio-utility.ts#L107
The text was updated successfully, but these errors were encountered: