Skip to content

Commit

Permalink
feat 解决光标在不同手机上的样式统一
Browse files Browse the repository at this point in the history
  • Loading branch information
siliushi committed May 15, 2016
1 parent a93e6be commit c6519f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion artEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c6519f1

Please sign in to comment.