(path, id)
| 90 | } |
| 91 | |
| 92 | function getNavKey(path, id) { |
| 93 | return `${decodeURIComponent(path)}?id=${decodeURIComponent(id)}`; |
| 94 | } |
| 95 | |
| 96 | export function scrollActiveSidebar(router) { |
| 97 | const cover = dom.find('.cover.show'); |
no outgoing calls
no test coverage detected
searching dependent graphs…