Skip to content

Commit

Permalink
ref: remove remaining space
Browse files Browse the repository at this point in the history
  • Loading branch information
philippesc committed Jul 12, 2022
1 parent 6895503 commit db60863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export class AngularEditorComponent implements OnInit, ControlValueAccessor, Aft
* Executed from the contenteditable section while the input property changes
* @param element html element from contenteditable
*/
onContentChange(element: HTMLElement): void {
onContentChange(element: HTMLElement): void {
let html = '';
if (this.modeVisual) {
html = element.innerHTML;
Expand Down

0 comments on commit db60863

Please sign in to comment.