Scroll to the top of the document.
()
| 153 | |
| 154 | /** Scroll to the top of the document. */ |
| 155 | scrollToTop() { |
| 156 | this.scrollToElement(this.topOfPageElement); |
| 157 | } |
| 158 | |
| 159 | scrollToPosition() { |
| 160 | if (this.poppedStateScrollPosition) { |
no test coverage detected