Join Slack
Powered by
Having a weird issue where pressing spacebar while...
# compose-desktop
m
martmists
06/13/2026, 2:44 PM
Having a weird issue where pressing spacebar while in a text field triggers a clickable parent instead of adding a space to the text field, is there a way to prevent this?
a
Alexander Maryanovsky
06/18/2026, 9:54 AM
Wrap the text field in a
Copy code
Modifier.onKeyEvent { true }
3
Views
Open in Slack
Previous
Next