Having a weird issue where pressing spacebar while...
# compose-desktop
m
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
Wrap the text field in a
Copy code
Modifier.onKeyEvent { true }