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

Commit 34498a8

Browse files
committed
Fix: [Firefox] Prevented setting incorrect initial selection when placeholder was clicked. See ckeditor/ckeditor5#469.
1 parent 9b0e866 commit 34498a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theme/placeholder.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
content: attr( data-placeholder );
66
cursor: text;
77
color: #c2c2c2;
8+
pointer-events: none; // See ckeditor/ckeditor5#469.
89
}

0 commit comments

Comments
 (0)