- Linting (ESLint): Lint per latest ash-nazg (e.g., named capture)
- Linting (ESLint): Add HTML files to linting and add devDeps for new ash-nazg - npm: Update devDeps
This commit is contained in:
@@ -244,7 +244,7 @@ SlideShow.prototype = {
|
||||
}
|
||||
},
|
||||
handleKeys (e) {
|
||||
if ((/^(input|textarea)$/i).test(e.target.nodeName)) return;
|
||||
if ((/^(?:input|textarea)$/i).test(e.target.nodeName)) return;
|
||||
|
||||
switch (e.keyCode) {
|
||||
case 37: // left arrow
|
||||
|
||||
Reference in New Issue
Block a user