Closed
Description
Since version v2.0.0-rc.17, if you re-use a <b-modal>
in multiple places on the page, when you close the modal, the page will scroll back to the position it was in when you opened that modal for the first time.
See: https://codepen.io/anon/pen/axpxwq
- Click the "1" button
- Close the modal
- Scroll down the page
- Click one of the other buttons
- Close the modal
- Note that the page scrolls back up to the first button
Tested on Windows on the latest Chrome and Firefox.