Commit 04e32db8 authored by GoshaZotov's avatar GoshaZotov

fix bug 35761

parent 4d305d97
...@@ -7240,8 +7240,10 @@ PasteProcessor.prototype = ...@@ -7240,8 +7240,10 @@ PasteProcessor.prototype =
if(bIsPreviuosSpace){ if(bIsPreviuosSpace){
continue; continue;
} }
if(!this.bIsPlainText){
bIsPreviuosSpace = true; bIsPreviuosSpace = true;
} }
}
this._AddToParagraph(Item); this._AddToParagraph(Item);
} }
} }
......
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