angular-editor
angular-editor copied to clipboard
BUG: Headings SelectOption not working properly
The AngularEditorToolbarComponent has a TAG-DropDown / Property, which is an Array of SelectOption. It has an Item for "Heading 7". H7 isn't existing in HTML. Also the "select" Property has no Entry for H7.
In the TAG-DropDown, there is a selection for "Standard". It's not applied if selected.
Please Remove the SelectOption and apply the "defaultParagraphSeparator" to the Text, if "Standard" is selected.
Is there any plan to fix this issue? The headings dropdown needs a clean-up.