Skip to content

Commit

Permalink
FIX #512
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmartyrk committed Dec 19, 2023
1 parent a178e52 commit f8549db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/directives/markdown.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class MarkdownDirective implements OnDestroy {
easymde;

config: any = {
spellChecker: false,
placeholder: this.el.nativeElement.attributes.getNamedItem('placeholder')?.value,
toolbar: [
{
Expand Down

0 comments on commit f8549db

Please sign in to comment.