Skip to content

Commit

Permalink
fix issue editor-js#57: when using placeholder, caret does not appear…
Browse files Browse the repository at this point in the history
… on first click
  • Loading branch information
Jak-Ch-ll committed Feb 12, 2021
1 parent 66ddc2b commit d0442e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
color: #707684;
font-weight: normal;
display: none;
cursor: text;
pointer-events: none;
}

.ce-header[contentEditable=true][data-placeholder]:empty::before {
Expand Down

0 comments on commit d0442e3

Please sign in to comment.