(hashId)
| 846 | } |
| 847 | |
| 848 | replaceHistoryState(hashId) { |
| 849 | const baseURL = this.getComponentBaseURL(); |
| 850 | window.history.replaceState(null, null, `${baseURL}${this.routePrefix || '#'}${hashId}`); |
| 851 | } |
| 852 | |
| 853 | expandAndGotoOperation(elementId, scrollToElement = true) { |
| 854 | if (!this.resolvedSpec) { |
no test coverage detected