Closed mbechev closed 5 months ago
Describe the bug
The error is thrown when there is an unnecessary space at the end of the style attribute value:
style
public value= `<p style="color: red; "> The Editor enables users to create rich textual content. </p>`;
To Reproduce https://stackblitz.com/edit/angular-qapm1z-v3pvxq?file=src%2Fapp%2Fapp.component.ts
Fixed in v16.1.0 of kendo-angular-editor package.
v16.1.0
kendo-angular-editor
Describe the bug
The error is thrown when there is an unnecessary space at the end of the
style
attribute value:To Reproduce https://stackblitz.com/edit/angular-qapm1z-v3pvxq?file=src%2Fapp%2Fapp.component.ts