From 7c8e6f9536bb945bbe5d3d8b79358fadf17070ad Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Mon, 28 Dec 2020 16:08:59 +0530 Subject: [PATCH] fix: set correct cursor for placeholder --- src/lib/editor.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/editor.component.scss b/src/lib/editor.component.scss index 92d74499..8e586d8a 100644 --- a/src/lib/editor.component.scss +++ b/src/lib/editor.component.scss @@ -21,6 +21,7 @@ $light-gray: #f1f1f1; opacity: 1; user-select: none; position: absolute; + cursor: text; } .NgxEditor__Content {