Closed 3cp closed 4 years ago
When bundler logs were generated too fast (for example, 2nd run when local cache is ready), it pushes contents down to below visible screen.
It seems somehow trigged user scroll events which sets userScrolled to true. That flag then disabled auto scroll to bottom.
It's probably caused by manual dev tool height change (drag the top bar). That was fixed in latest release.
Close for now unless encountered again.
When bundler logs were generated too fast (for example, 2nd run when local cache is ready), it pushes contents down to below visible screen.
It seems somehow trigged user scroll events which sets userScrolled to true. That flag then disabled auto scroll to bottom.