-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(merge main):patched commit → 90acd33 #2878
Conversation
louismaximepiton
commented
Mar 4, 2025
- twbs/bootstrap@b7f3d6a
- twbs/bootstrap@c5be828
- twbs/bootstrap@0f13e1c
- twbs/bootstrap@669079d
- twbs/bootstrap@90acd33
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -932,7 +932,7 @@ Boosted's modal class exposes a few events for hooking into modal functionality. | |||
| Event | Description | | |||
| --- | --- | | |||
| `hidden.bs.modal` | This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete). | | |||
| `hide.bs.modal` | This event is fired immediately when the `hide` instance method has been called. | | |||
| `hide.bs.modal` | This event is fired immediately when the `hide` instance method has been called. Can be prevented by calling `event.preventDefault()`. See [JavaScript events documentation]({{< docsref "/getting-started/javascript#events" >}}) for more details on event prevention. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason why we don't have the same order than Bootstrap here ? (hide is before hidden on bootstrap's side)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I don't know tbh, I'll change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I think it's for alphabetical order. Tell me if I should revert or not 317310b