-
Notifications
You must be signed in to change notification settings - Fork 351
After Editing HTML contet is broken #597
Copy link
Copy link
Open
Labels
area: editorMain editor componentMain editor componentpriority: mediumNormal priorityNormal prioritystatus: needs-infoAwaiting reporter responseAwaiting reporter responsetype: bugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
area: editorMain editor componentMain editor componentpriority: mediumNormal priorityNormal prioritystatus: needs-infoAwaiting reporter responseAwaiting reporter responsetype: bugSomething isn't workingSomething isn't working
Hi!
I use in one project Angular 18 and "@kolkov/angular-editor": "^2.2.0-beta.0".
The AngularEditorConfig is set to sanitize: false.
As soon I edit the content in editor, and I process with save the HTML content is broken. By saving original content without changes/Editing the HTML content is formatted and fine.
Breaks occurs by that line:
Can you please help?
BR
Bekim