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

draw sparkline ranges selection

parent 8d6f8196
......@@ -1378,16 +1378,15 @@
ws = this.getWorksheet(index);
}
for (var i in this.wsViews) {
this.wsViews[i].setFormulaEditMode(false);
}
ws.updateSelection();
ws.cleanSelection();
for (var i in this.wsViews) {
this.wsViews[i].setFormulaEditMode(false);
this.wsViews[i].cleanFormulaRanges();
}
ws.updateSelectionWithSparklines();
if (isCellEditMode) {
this.handlers.trigger("asc_onEditCell", c_oAscCellEditorState.editEnd);
}
......
This diff is collapsed.
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