mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
We forgot to reset all the variables that keep track of suggestion state, resulting in an underflow value when calculating the lines to display completion suggestions later. Setting `m_times_tab_pressed` to 0 apparently forces it to recalculate the those variables and seems to fix the problem. Fixes #22128