pnp / sp-dev-fx-property-controls

Reusable SPFx property pane controls - Open source initiative
https://pnp.github.io/sp-dev-fx-property-controls/
MIT License
233 stars 151 forks source link

fix text selection in code editor and monaco editor #590

Closed toodeluna closed 6 months ago

toodeluna commented 7 months ago
Q A
Bug fix? [x]
New feature? [ ]
New sample? [ ]
Related issues? fixes #X, partially #Y, mentioned in #Z

What's in this Pull Request?

The Fluent UI panel component doesn't propagate certain events making text selection not work in the code editor and the monaco text editor. This can be fixed by setting eventBubblingEnabled to true for the layerProps of the panel.