Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Chrome devtool console drawer showing automatically

Answer was found here : https://stackoverflow.com/questions/36159780/drawer-panel-keeps-showing-up-on-refresh

I had to:

  1. Uncheck "Enable JavaScript source maps"
  2. Uncheck "Enable CSS source maps"

in the devtools settings (F1 key while devtools is opened, or click the three dots button in the devtools window). It seems to be a bug in Chrome related to source maps.

Tags:

Google Chrome

Google Chrome Devtools

Related

What is Git Bash for Windows anyway? Is there a way to customise bookmark icons in Chrome? Why does Windows Search "Indexing Options" select the wrong drive if it's cloned? How does port-forwarding help in torrents? grub2-install: error: /boot/efi doesn't look like an EFI partition on a fresh Gentoo install 5400rpm HDD speeds in a USB 3.0 connectivity enclosure Windows 10 keeps changing default browser to Explorer at reboot what is the difference between eth1 and eno1? Router cannot ping an IP-Camera attached to a switch Selecting columns in Visual Studio Code How to determine max supportable display resolution? Change behavior of initialize fields to create protected properties, rather than private

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy