kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
675 stars 361 forks source link

BUG: Headings SelectOption not working properly #511

Open Chrischaaan opened 1 year ago

Chrischaaan commented 1 year ago

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.

joseluisq commented 8 months ago

Is there any plan to fix this issue? The headings dropdown needs a clean-up.