pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
380 stars 380 forks source link

#1135: Richtext control, can not undo ordered lists #1807

Open Ateina opened 2 months ago

Ateina commented 2 months ago
Q A
Bug fix? [X]
New feature? [ ]
New sample? [ ]
Related issues? fixes #1135

What's in this Pull Request?

Fixed issue with ordered list on Richtext webpart. Dropdown option's list had key 'ordered' and onChange function had 'numbered' key. Changed key in function to 'ordered'.