1
0
Fork 0
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:
Johann-S 2016-12-23 11:56:09 +01:00 committed by Bardi Harborow
parent dab6a41e04
commit b0508a975d

View file

@ -241,7 +241,6 @@ const Carousel = (($) => {
if (/input|textarea/i.test(event.target.tagName)) {
return
}
event.preventDefault()
switch (event.which) {
case ARROW_LEFT_KEYCODE: