fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)

This commit is contained in:
zeertzjq
2022-11-10 06:16:54 +08:00
committed by GitHub
parent fae7540732
commit f2857dcd5a
4 changed files with 17 additions and 1 deletions

View File

@@ -455,6 +455,7 @@ int update_screen(void)
}
msg_scrolled = 0;
msg_scrolled_at_flush = 0;
msg_grid_scroll_discount = 0;
need_wait_return = false;
}