Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(time-display): fix IE11 appending times instead of replacing (#7059)
IE11 only supports HTMLElement and not text nodes in the contains method. See https://developer.mozilla.org/en-US/docs/Web/API/Node/contains Instead, compare firstChild.
- Loading branch information