• moodyroto's avatar
    Update scrollspy.js · 9f30f557
    moodyroto authored
    Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target.
    9f30f557