jensoleg / swagger-ui

Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
http://swagger.io
Other
1.13k stars 310 forks source link

always trigger click event for first resource in navigation bar when MainView is rendered #74

Closed rahogata closed 3 years ago

rahogata commented 7 years ago

Description: previously hash length in url was used to activate the first resource. when explore button clicked, in the navigation bar first resource is not activated due to above reason. Hence changed flow to activate first resource in navigation bar irrespective of window.location.hash.