-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disableLogScrolling is not functioning #379
Comments
Can you provide the phone model, OS and browser version? |
Maizify
added a commit
that referenced
this issue
Apr 28, 2021
Maizify
added a commit
that referenced
this issue
Apr 28, 2021
* chore: update plugins list * fix: Fix fetch lose `Status, Time` in Network && Fix fetch error for text reponse. * feat: copy log * chore: remove transitionEnd * docs: update changelog * chore: update NPM dependencies * docs: update doc * fix(log): do not sort array's keys * chore: update syntax * fix(network): Fix `disableLogScrolling` not working in Network panel. (issue #282, #379) * chore: add .npmignore * Perf(System): Rename "System" field to "Client", and add `MacOS` version. * style(log): fix copy style * perf(log): use localeCompare to sort keys * docs: update changelog Co-authored-by: 王鑫凯 <[email protected]> Co-authored-by: zimv <[email protected]> Co-authored-by: akai <[email protected]>
Maizify
added a commit
that referenced
this issue
May 7, 2021
* chore: update plugins list * fix: Fix fetch lose `Status, Time` in Network && Fix fetch error for text reponse. * feat: copy log * chore: remove transitionEnd * docs: update changelog * chore: update NPM dependencies * docs: update doc * fix(log): do not sort array's keys * chore: update syntax * fix(network): Fix `disableLogScrolling` not working in Network panel. (issue #282, #379) * chore: add .npmignore * Perf(System): Rename "System" field to "Client", and add `MacOS` version. * style(log): fix copy style * perf(log): use localeCompare to sort keys * docs: update changelog * fixed: change variable type (#388) * fix: babel-loader work incorrectly with .babelrc (#392) * chore: npm audit * feat: v3.5.1 Co-authored-by: 王鑫凯 <[email protected]> Co-authored-by: zimv <[email protected]> Co-authored-by: akai <[email protected]> Co-authored-by: Sanapoint 曾几何 <[email protected]> Co-authored-by: claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version :
^3.4.1
description:
The panel keeps scrolling downwards to bottom whenever I get a new log, even if I set disableLogScrolling to false ( I also tried true and it doesn't work either).
The text was updated successfully, but these errors were encountered: