Commit bde12f3c authored by Alexey.Musinov's avatar Alexey.Musinov

up paste

parent 0ff82352
......@@ -2061,7 +2061,7 @@ PasteProcessor.prototype =
//TODO пересмотреть pasteTypeContent
this.pasteTypeContent = null;
var oSelectedContent = new CSelectedContent();
for (var i = 0; i < aNewContent.length; ++i) {
for (var i = 0, length = aNewContent.length; i < length; ++i) {
if(window['AscCommon'].g_clipboardBase.specialPasteStart)
{
var parseItem = this._specialPasteItemConvert(aNewContent[i]);
......
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