We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b88de8 commit fbad295Copy full SHA for fbad295
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