mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00: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