Commit 800865c7 authored by konovalovsergey's avatar konovalovsergey

sortDependency:delete range and undo

parent ca25d0f8
......@@ -3146,6 +3146,9 @@ Workbook.prototype.getTableNameColumnByIndex = function(tableName, columnIndex){
}
};
Workbook.prototype.sortDependency = function (setCellFormat) {
if (this.lockCounter > 0) {
return;
}
this.buildRecalc(true);
var 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