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"?