Skip to content

Commit

Permalink
fix: set correct cursor for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 28, 2020
1 parent e7b7aad commit 7c8e6f9
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 @@ -21,6 +21,7 @@ $light-gray: #f1f1f1;
opacity: 1;
user-select: none;
position: absolute;
cursor: text;
}

.NgxEditor__Content {
Expand Down

0 comments on commit 7c8e6f9

Please sign in to comment.