1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

Release v5.3.6 (#41406)

* Update to v5.3.6

* Rebuild

* Rebuild
This commit is contained in:
Mark Otto
2025-05-05 12:21:55 -07:00
committed by GitHub
parent dddd792ffe
commit f849680d16
82 changed files with 170 additions and 138 deletions

3
js/dist/toast.js vendored
View File

@@ -1,5 +1,5 @@
/*!
* Bootstrap toast.js v5.3.5 (https://getbootstrap.com/)
* Bootstrap toast.js v5.3.6 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@@ -119,7 +119,6 @@
}
// Private
_maybeScheduleHide() {
if (!this._config.autohide) {
return;