Skip to content

Instantly share code, notes, and snippets.

@mkhahani
Last active December 16, 2023 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhahani/0328e82815a65955c06982052073ba49 to your computer and use it in GitHub Desktop.
Save mkhahani/0328e82815a65955c06982052073ba49 to your computer and use it in GitHub Desktop.
Preventing Dropdown Menus from closing when Inspecting using Chrome Devtools
// Video: https://www.youtube.com/watch?v=jh8hUH_Zp0o
// in the Chrome console:
setTimeout(() => { debugger; }, 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment