1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-01-06 13:42:52 +01:00

fix line length

This commit is contained in:
Bernhard Posselt 2017-05-24 20:24:48 +02:00
parent 29092e992b
commit 9bb2faa22f

View File

@ -428,7 +428,8 @@
}
// everything with shift, just the shift
} else if (noInputFocused($(':focus')) && event.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey) {
} else if (noInputFocused($(':focus')) && event.shiftKey &&
!event.ctrlKey && !event.altKey && !event.metaKey) {
// shift + a
if ([65].indexOf(keyCode) >= 0) {