Skip to content

Commit

Permalink
fix(editor): editor placeholder cursor and click bug fix
Browse files Browse the repository at this point in the history
close #17
  • Loading branch information
Raiper34 committed Oct 9, 2023
1 parent dffc7fb commit 873fdc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
&:empty:not(:focus):before{
content: attr(data-placeholder);
color: $borderColor;
pointer-events: none;
}
}

Expand Down

0 comments on commit 873fdc6

Please sign in to comment.