Commit c28d2ab1 authored by Alexander.Trofimov's avatar Alexander.Trofimov

sparklineInfo -> cell_info.sparklineInfo

parent 199dc9b3
......@@ -7045,7 +7045,7 @@
}
cell_info.sparklineInfo = this.model.getSparklineGroup(c1, r1);
if (sparklineInfo) {
if (cell_info.sparklineInfo) {
lockInfo = this.collaborativeEditing.getLockInfo(c_oAscLockTypeElem.Object, /*subType*/null, sheetId,
sparklineInfo.Get_Id());
if (false !== this.collaborativeEditing.getLockIntersection(lockInfo, c_oAscLockTypes.kLockTypeOther,
......
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