sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
#1135: Richtext control, can not undo ordered lists
| 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'.