Commit ccf2e293 authored by GoshaZotov's avatar GoshaZotov

fix bug 32570

parent 736fd429
...@@ -5810,7 +5810,9 @@ PasteProcessor.prototype = ...@@ -5810,7 +5810,9 @@ PasteProcessor.prototype =
{ {
var sClass = child.getAttribute("class"); var sClass = child.getAttribute("class");
var sStyle = child.getAttribute("style"); var sStyle = child.getAttribute("style");
if(sClass || sStyle) var sHref = child.getAttribute("href");
if(sClass || sStyle || sHref)
{ {
bIsPlainText = false; bIsPlainText = false;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment