If you have a TextField and click it, it gets focu...
# compose-desktop
d
If you have a TextField and click it, it gets focus. If you click outside of it on the background, the TextField retains focus, unlike in pretty much every other desktop program (click the message box in Slack, then click anywhere outside of it). 1. Is that actually what happens, or is my project somehow messed up? 2. Is there a way to fix this that isn't "add a modifier to everything to request focus"?
z
Slack is basically just a web browser, and from my experience it behaves unlike native apps in some ways, so I'm not sure it's a good benchmark for what a “typical” desktop app does.