Skip to content

Commit

Permalink
fix: prevent selecting placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 24, 2020
1 parent 9c38412 commit 58076c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $light-gray: #f1f1f1;
.NgxEditor__Placeholder {
color: #6c757d;
opacity: 1;
user-select: none;
}

.NgxEditor__Content {
Expand Down

0 comments on commit 58076c7

Please sign in to comment.