|
Rank: Newbie Groups: Member
Joined: 7/6/2012 Posts: 2
|
hi, ClientSideOnPaste doesn't work on chrome browser anyone can help me??
function on_paste_handler(editor, text, arg) { if (format == "code") return "<div class='code'>" + text + "</div>"; return null; }
in this function "text" is empty on chrome browser
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We have confirmed this to be an issue. We are looking into it and will post again if we find anything.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/6/2012 Posts: 2
|
thanks now it works good
|
|