add scroll down on key down

This commit is contained in:
2019-01-19 18:09:39 +01:00
parent 4fcfcc12bf
commit b96cff9bde
4 changed files with 4 additions and 5 deletions

View File

@ -41,5 +41,8 @@
}
});
});
$('html').keypress(function(){
scrollToBottom()
})
});
})(OC, window, jQuery);