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:
parent
e428a1c9f0
commit
a55061487f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user