Commit 696cf608 authored by GoshaZotov's avatar GoshaZotov

Merge branch 'release/3.8.1' into develop

parents cdc711a0 50e00852
......@@ -4864,7 +4864,10 @@ Woorksheet.prototype._moveRange=function(oBBoxFrom, oBBoxTo, copyRange){
if(copyRange)
oTempRow[j + offset.offsetCol] = cell.clone();
else
oTempRow[j + offset.offsetCol] = cell;
{
cell.setTableStyle(null);
oTempRow[j + offset.offsetCol] = cell;
}
}
}
}
......
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