Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix class toggling on control for IE (#8495)
* 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/ * fix the operator for lint change the ternary operator to if~else condition to pass lint.
- Loading branch information