ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
202 stars 110 forks source link

Link is not opening in the new tab addTargetToExternalLinks is not working #409

Closed ilapavuluri closed 6 months ago

ilapavuluri commented 6 months ago

Hi Team,

I am using angular 13 and ckeditor5 40.2 like below:

<ckeditor [editor]="editorService.Editor" [config]="{ link: { addTargetToExternalLinks: true },language: 'de' }" [(ngModel)]="data" (change)="handleEditorChange($event)">

Here in the [config] I provided link & locale, it is working fine for locale but link is not opening in the new tab during rendering, please help me to resolve the issue.

ilapavuluri commented 6 months ago

This is issue with my internal sanitization tool, closing the bug.