* Scrolls to the content of the selected step, used in `onAfterRendering`. * @private
()
| 920 | * @private |
| 921 | */ |
| 922 | scrollToSelectedStep() { |
| 923 | if (!this.selectionRequestedByScroll) { |
| 924 | this.scrollToContentItem(this.selectedStepIndex); |
| 925 | } |
| 926 | this.selectionRequestedByScroll = false; |
| 927 | } |
| 928 | |
| 929 | /** |
| 930 | * Focuses the first focusable element in the currently selected step. |
no test coverage detected