surmon-china / ngx-quill-editor

🍡@quilljs editor component for @angular
https://github.surmon.me/ngx-quill-editor
MIT License
232 stars 54 forks source link

Unexpected RTL & other Issues #17

Closed hns-david closed 7 years ago

hns-david commented 7 years ago

Hi folks,

I have the latest versions of ngx-quill-editor and @types-quill installed, and use the editor with the following configuration:

this.editorConfig = { debug: 'info', theme: 'bubble', placeholder: 'Insert text here...' };

and everything looks fine.

I impelement it into the template with: <quill-editor [(ngModel)]="pkgTexts.Content" [options]="editorConfig" (change)="pkgTexts.Content = $event.text"> </quill-editor>

When I enter text, it is like RTL, [Space] is completely ignored and [Enter] removes any stylings. Prior to my update, everything looked fine and worked as it should.

Thank you in advance & regards