From 2411bdb7b78325dd7ed8803696d43436742c6656 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 8 Feb 2018 22:39:43 +0800 Subject: [PATCH] fix: placeholder of Mention should not be interactable, close: #9215 (#9306) --- components/mention/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mention/style/index.less b/components/mention/style/index.less index cd7071cbd8..ec5ed12e30 100644 --- a/components/mention/style/index.less +++ b/components/mention/style/index.less @@ -29,6 +29,7 @@ } .public-DraftEditorPlaceholder-root { position: absolute; + pointer-events: none; .public-DraftEditorPlaceholder-inner { color: @input-placeholder-color; opacity: 1;