Absolutely loved that @jecfish gave a shout out to Firefox Developer Tools in their energetic talk on Source Maps at @smashingconf Freiburg:
Have you ever struggled with a focusable element (custom drop down menu) that disappears when you swap focus to your Developer Tools?
This “Emulate a focused page” checkbox is for you!
More: https://developer.chrome.com/docs/devtools/rendering/apply-effects/#emulate-a-focused-page
@zachleat omg how have I never seen this before...
SO much time spent debugging focus stuff and this would have helped a lot .
@Lukew I also just learned this! I think it might be brand new!
@zachleat you can also do this this trick for the same effect: https://alan.norbauer.com/articles/browser-debugging-tricks#inspect-an-elusive-element
@zachleat nice, so I can stop doing `setTimeout ({} => { debugger; }, 3000)`