Button triggers click on spacebar press.

We have a Button component built with react-aria which is registered to a Plasmic Component (plasmic.registerComponent). It works great with only 1 minor bug:

• when you press “spacebar” while being focused on the button, the button thinks you “clicked” on it, that shouldn’t happen while editing text within Plasmic.
Any help or a fix for this would be much appreciated :slightly_smiling_face:!

Hey @exalted_bison! This looks like a bug.
I’ll investigate it. Thanks for reporting it