From d0442e3c59e7a0dbbbace893ea230b617a6fb111 Mon Sep 17 00:00:00 2001 From: "J.c" Date: Fri, 12 Feb 2021 18:18:43 +0100 Subject: [PATCH] fix issue #57: when using placeholder, caret does not appear on first click --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a40b2d9..0670144 100644 --- a/src/index.css +++ b/src/index.css @@ -26,7 +26,7 @@ color: #707684; font-weight: normal; display: none; - cursor: text; + pointer-events: none; } .ce-header[contentEditable=true][data-placeholder]:empty::before {