Merge branch 'toxinu/scroll-top'

This commit is contained in:
toxinu 2021-10-10 20:55:30 +00:00
commit 3fb39c3baa

View File

@ -578,6 +578,7 @@ function processAnswer() {
$('#proceed button').focus(); $('#proceed button').focus();
updateHistoryView(log); updateHistoryView(log);
window.scrollTo(0, 0);
} }
function shakeInputArea() { function shakeInputArea() {