Closed
Description
Describe the bug
It appears recent changes have caused b-badge component to stop firing drag/drop events.
Steps to reproduce the bug
<b-badge variant="secondary" draggable @dragstart="($event) => console.log('dragstart')" @dragend="($event) => console.log('dragend')"> b-card-group</b-badge>
You can try it here:
https://bootstrap-vue.org/play
Expected behavior
It should log to console when drag starts but it doesn't. It happens on both Chrome and Firefox.