fix: placeholder of Mention should not be interactable, close: #9215 (#9306)

This commit is contained in:
Benjy Cui 2018-02-08 22:39:43 +08:00 committed by 偏右
parent 3b6cd56820
commit 2411bdb7b7

View File

@ -29,6 +29,7 @@
} }
.public-DraftEditorPlaceholder-root { .public-DraftEditorPlaceholder-root {
position: absolute; position: absolute;
pointer-events: none;
.public-DraftEditorPlaceholder-inner { .public-DraftEditorPlaceholder-inner {
color: @input-placeholder-color; color: @input-placeholder-color;
opacity: 1; opacity: 1;