Skip to content

Commit

Permalink
Ensure pseudo-placeholder clicks fall through to editor element
Browse files Browse the repository at this point in the history
Fixes #859
  • Loading branch information
javan committed Nov 30, 2020
1 parent 75d0f7e commit 1e8b295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trix/elements/trix_editor_element.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Trix.registerElement "trix-editor", do ->
content: attr(placeholder);
color: graytext;
cursor: text;
pointer-events: none;
}
%t a[contenteditable=false] {
Expand Down

0 comments on commit 1e8b295

Please sign in to comment.