Skip to content

Commit

Permalink
chore: add missed semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Aristeidis Bampakos <[email protected]>
  • Loading branch information
2 people authored and stevermeister committed Aug 13, 2024
1 parent 59c7d1b commit 68d5a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-wig/src/lib/ngx-wig.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class NgxWigComponent
this.pasteHtmlAtCaret(text);
}

this.onContentChange(this.container.innerHTML)
this.onContentChange(this.container.innerHTML);
}

public onTextareaChange(newContent: string): void {
Expand Down

0 comments on commit 68d5a64

Please sign in to comment.