Update Bootstrap to 5.3.0-alpha2
This commit is contained in:
3
paige/node_modules/bootstrap/js/src/modal.js
generated
vendored
3
paige/node_modules/bootstrap/js/src/modal.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
* Bootstrap (v5.3.0-alpha1): modal.js
|
||||
* Bootstrap modal.js
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -208,7 +208,6 @@ class Modal extends BaseComponent {
|
||||
}
|
||||
|
||||
if (this._config.keyboard) {
|
||||
event.preventDefault()
|
||||
this.hide()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user