Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix class toggling on control for IE #8495

Merged
merged 2 commits into from
Jul 17, 2019
Merged

fix class toggling on control for IE #8495

merged 2 commits into from
Jul 17, 2019

Commits on Jul 17, 2019

  1. fix class toggling on control for IE

    The second argument of `classList.toggle` is not supported in IE.
    So, the control displays as disabled in IE at default.
    
    https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11865865/
    cs09g authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    7631f5b View commit details
    Browse the repository at this point in the history
  2. fix the operator for lint

    change the ternary operator to if~else condition to pass lint.
    cs09g authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d69622a View commit details
    Browse the repository at this point in the history