Skip to content

Commit

Permalink
fix: Side Nav position was not calculated on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
imtodor committed Dec 10, 2018
1 parent 5ec13d7 commit fa0efdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _assets/js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function filter() {
});

previousSearch = text;
setSideNavPosition();
}

function getApiSectionIndex(hash) {
Expand Down

0 comments on commit fa0efdc

Please sign in to comment.