Commit da634605 authored by Sergey Luzyanin's avatar Sergey Luzyanin

check table Is_UseInDocument

parent 4632a001
......@@ -613,7 +613,7 @@ CHistory.prototype =
for (var TableId in this.RecalculateData.Tables)
{
var Table = AscCommon.g_oTableId.Get_ById(TableId);
if (null !== Table)
if (null !== Table && Table.Is_UseInDocument())
{
if (true === Table.Check_ChangedTableGrid())
{
......
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