KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 264 forks source link

Formatting breaks on every new line in the editor #1903

Closed KrishnapriyaQB closed 4 months ago

KrishnapriyaQB commented 4 months ago

Consider Bold formatting is active and user is typing in Then clicked the Enter key for a new line Then bold formatting is no more active

This issue applies to Italics/underline formatting

KillerCodeMonkey commented 4 months ago

it even occurs in native quilljs: https://quilljs.com/

so please check for issues there and optionally open a new one :) - https://github.com/slab/quill/issues.

Thanks