Commit 04e32db8 authored by GoshaZotov's avatar GoshaZotov

fix bug 35761

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