mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Closes: #21412: Fix unit test for carousel
This commit is contained in:
@@ -241,7 +241,6 @@ const Carousel = (($) => {
|
||||
if (/input|textarea/i.test(event.target.tagName)) {
|
||||
return
|
||||
}
|
||||
event.preventDefault()
|
||||
|
||||
switch (event.which) {
|
||||
case ARROW_LEFT_KEYCODE:
|
||||
|
||||
Reference in New Issue
Block a user