You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title really summarizes the issue here. This is a really weird bug and I thought it was just my implementation, but I've since been able to reproduce with stock bootstrap-vue.
Note: clicking a different row after selecting a row doesn't produce this issue, it only happens when selecting the same row again.
Steps to reproduce the bug
Create a table with selectable rows.
Select a row which does something like open a modal
Close modal and then select the same row
Notice nothing happens
Select the same row again (2nd click) and see the modal open again
Expected behavior
Selecting the same row would produce the same result each time it's selected.