bolt-cep icon indicating copy to clipboard operation
bolt-cep copied to clipboard

Fixing issue with Mac CEP not passing click events

Open jameslockman opened this issue 1 year ago • 1 comments

This is a solution to a problem where Mac CEP extensions don't get the click events because the window isn't passing them down to the app. This is reported here: https://github.com/adobe/react-spectrum/issues/854

jameslockman avatar May 08 '24 00:05 jameslockman

I have seen this issue with React Spectrum, I've used other workarounds, although this is very simple, do you know if this could potentially break other packages?

Wondering if it's better suited in a enableSpectrum() helper function than on by default for everyone.

justintaylor-dev avatar May 15 '24 21:05 justintaylor-dev

Made this optional in 1.2.5 and documented here:

https://github.com/hyperbrew/bolt-cep?tab=readme-ov-file#misc-troubleshooting

justintaylor-dev avatar Aug 26 '24 16:08 justintaylor-dev