You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Chrome Dev Tools console, if it's up, seems to steal the focus from the page on reload.
I find this irritating, and frequently wind up with things I typed that were intended for the REPL going to the Chrome console. So it seems that if after the page is loaded, there could be some kind of timer to grab the focus back if it's been taken away...?
However, some people might not want this, and it's a form of second-guessing that would probably screw up some user environments. Should the burden be on me...with of the options in the URL, like ?refocus? Is there some other/better place for the option?
Or...is it an option I can turn off in Chrome Dev Tools?
The text was updated successfully, but these errors were encountered:
The Chrome Dev Tools console, if it's up, seems to steal the focus from the page on reload.
I find this irritating, and frequently wind up with things I typed that were intended for the REPL going to the Chrome console. So it seems that if after the page is loaded, there could be some kind of timer to grab the focus back if it's been taken away...?
However, some people might not want this, and it's a form of second-guessing that would probably screw up some user environments. Should the burden be on me...with of the options in the URL, like
?refocus
? Is there some other/better place for the option?Or...is it an option I can turn off in Chrome Dev Tools?
The text was updated successfully, but these errors were encountered: