Skip to content

Commit db60863

Browse files
committed
ref: remove remaining space
1 parent 6895503 commit db60863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-editor/src/lib/angular-editor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export class AngularEditorComponent implements OnInit, ControlValueAccessor, Aft
205205
* Executed from the contenteditable section while the input property changes
206206
* @param element html element from contenteditable
207207
*/
208-
onContentChange(element: HTMLElement): void {
208+
onContentChange(element: HTMLElement): void {
209209
let html = '';
210210
if (this.modeVisual) {
211211
html = element.innerHTML;

0 commit comments

Comments
 (0)