Scroll to top after result

If the input got processed correctly, let the user read the results page
from the beginning.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-04-16 16:40:57 +02:00
parent e428a1c9f0
commit a55061487f
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -4540,6 +4540,7 @@ class OOMDisplay:
if success:
self.oom_result = analyser.oom_result
self.show_oom_details()
scroll(0,0)
# self.update_toc()
def load_from_form(self):