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
To add a little bit of info here, I run into this a lot because I hit [Tab] to indent code. It seems the tab keypress isn't being captured by the input field, which causes the browser to cycle through focusing on the elements around the page. Then, because the input field is no longer focused, hitting [Enter], [Space], etc. causes unexpected and jarring behavior. Even if you click out of and back into the input field, the site acts all whacky (is this a flutter bug?).
Workaround:
Rapidly smash your spacebar
If you really want to be cool, copy-paste indentation
If you really really want to be cool, copy-paste from VSCode 😆
(And if you want to be the coolest guy ever, just fix this issue for all of us!)
(If you do hit [Tab] accidentally, copy your code, reload, and paste -- the site doesn't save your code automatically at the moment, see #2871)
What happened?
while using dartpad latest version whenever I'm pressing enter button it's just changing the theme and not really taking it as return key in editor
Additional info
Browser
Browser: brave
Version: 1.63.165
Machine
Operating system: macOS
Version: 14.2.1
The text was updated successfully, but these errors were encountered: