Skip to content

Commit

Permalink
fix cant upload the same file
Browse files Browse the repository at this point in the history
  • Loading branch information
ganzw committed Aug 18, 2016
2 parents 09cde1e + c6519f1 commit 342fd4b
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 342fd4b

Please sign in to comment.