mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
grunt
This commit is contained in:
3
js/dist/carousel.js
vendored
3
js/dist/carousel.js
vendored
@@ -225,11 +225,10 @@ var Carousel = function ($) {
|
||||
};
|
||||
|
||||
Carousel.prototype._keydown = function _keydown(event) {
|
||||
event.preventDefault();
|
||||
|
||||
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