dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

console and bundler logs sometimes fail to scroll to bottom automatically #15

Closed 3cp closed 4 years ago

3cp commented 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.

3cp commented 4 years ago

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.