mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Closes: #21412: Fix unit test for carousel
This commit is contained in:
parent
dab6a41e04
commit
b0508a975d
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ const Carousel = (($) => {
|
|||
if (/input|textarea/i.test(event.target.tagName)) {
|
||||
return
|
||||
}
|
||||
event.preventDefault()
|
||||
|
||||
switch (event.which) {
|
||||
case ARROW_LEFT_KEYCODE:
|
||||
|
|
Loading…
Reference in a new issue