### Describe the bug some times it is allowing me to enter a space bar sometimes not. I am using Angular. My Code: Html: <quill-editor class="content-editor w-100" [placeholder]="'Insert your course description'" formControlName="description" [modules]="QuillConfiguration" [preserveWhitespace]="true" (onContentChanged)="contentChanged($event)" > </quill-editor> Ts File: QuillConfiguration?: any = { toolbar: [ ['bold', 'italic', 'underline'], [{ list: 'ordered' }, { list: 'bullet' }], ], }; ### Reproduction https://github.com/user-attachments/assets/26c855fd-4463-4a78-b45e-9470490f98f6 ### System Info ```shell please solve it ``` ### Used Package Manager npm ### Validations - [X] Read the the documentation in detail. - [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our [Discord Chat Server](https://discord.surmon.me). - [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
some times it is allowing me to enter a space bar sometimes not. I am using Angular.
My Code:
Html:
<quill-editor
class="content-editor w-100"
[placeholder]="'Insert your course description'"
formControlName="description"
[modules]="QuillConfiguration"
[preserveWhitespace]="true"
(onContentChanged)="contentChanged($event)"
>
Ts File:
QuillConfiguration?: any = {
toolbar: [
['bold', 'italic', 'underline'],
[{ list: 'ordered' }, { list: 'bullet' }],
],
};
Reproduction
IMG_1957.mov
System Info
Used Package Manager
npm
Validations