Fix: when closing a modal the overlay doesn't get removed
Looks like the `webkitTransitionEnd` event doesn't fire because `fade` is already on the modal, so there's no transition, which means that in bootstrap.native the event doesn't get fired to remove the overlay.
Showing
This diff is collapsed.
Please register or sign in to comment