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:
parent
29092e992b
commit
9bb2faa22f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user