Scroll to the top page after processing a question

This commit is contained in:
toxinu 2021-10-10 20:36:09 +00:00
parent e57c18a4d9
commit 76a6941945

View File

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