Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix: [Firefox] Prevented setting incorrect initial selection when pla…
Browse files Browse the repository at this point in the history
…ceholder was clicked. See ckeditor/ckeditor5#469.
  • Loading branch information
Reinmar committed Jul 7, 2017
1 parent 9b0e866 commit 34498a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/placeholder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
content: attr( data-placeholder );
cursor: text;
color: #c2c2c2;
pointer-events: none; // See ckeditor/ckeditor5#469.
}

0 comments on commit 34498a8

Please sign in to comment.