We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b88de8 + fbad295 commit 2ccedfdCopy full SHA for 2ccedfd
slideshow/js/supersized.3.2.7.js
@@ -215,6 +215,7 @@
215
$(document.documentElement).keyup(function (event) {
216
217
if(vars.in_animation) return false; // Abort if currently animating
218
+ if($(document.activeElement).is("input, textarea")) return false; // Abort if active element is an input or a textarea.
219
220
// Left Arrow or Down Arrow
221
if ((event.keyCode == 37) || (event.keyCode == 40)) {
0 commit comments