Modal content has an event binding on click event that prevents propagation to other listeners. As you can see on the image, if I remove the .modal-content event directly on the Inspector it will work fine. I didn't find on the source the line responsible for this bug. How can I fix this issue?
Edit: Here's the markup.
<b-modal id="notifications" ref="notificationsModal"
title="Notifica莽玫es"
title-tag="h4"
modal-class="modal-dialog-vertical"
:hide-footer="true">
<div class="list-group list-group-flush my--3">
<div class="list-group-item px-0">
<%= link_to "Marcar todos como lidos", mark_as_read_notifications_path,
class: "btn btn-block btn-light",
remote: true,
method: :patch %>
</div>
<%= render_notifications %>
</div>
</b-modal>
v2.0.0-rc.12 was just released today.
Most helpful comment
v2.0.0-rc.12 was just released today.