From c6519f1ff777b95b5e20f3c4f90f0ca782610d7d Mon Sep 17 00:00:00 2001 From: baixuexiyang Date: Sun, 15 May 2016 20:19:24 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=A7=A3=E5=86=B3=E5=85=89=E6=A0=87?= =?UTF-8?q?=E5=9C=A8=E4=B8=8D=E5=90=8C=E6=89=8B=E6=9C=BA=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artEditor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artEditor.js b/artEditor.js index a8d8e47..e1148ab 100644 --- a/artEditor.js +++ b/artEditor.js @@ -17,7 +17,8 @@ $.fn.extend({ "user-select": "text", "overflow-y": "auto", "text-break": "brak-all", - "outline": "none" + "outline": "none", + "cursor": "text" }; $(this).css(styles).attr("contenteditable", true); _this._opt = $.extend(_this._opt, options);