I am trying to create my own side navigation for a Swagger-UI project. The problem is that with deepLinking: true, the correct section is only scrolled into view on initial page load.
Describe the solution you'd like
It would be great if the UI would scroll to the correct section on route changes instead of only firing on initialization for SPAs.
Content & configuration
Swagger-UI configuration options:
Is your feature request related to a problem?
I am trying to create my own side navigation for a Swagger-UI project. The problem is that with
deepLinking: true
, the correct section is only scrolled into view on initial page load.Describe the solution you'd like
It would be great if the UI would scroll to the correct section on route changes instead of only firing on initialization for SPAs.
Additional context
I am using Vue for this project.