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

fix merge cells in selection after setSelectionUndoRedo

parent 72273b3b
......@@ -7252,6 +7252,7 @@
type == c_oAscSelectionType.RangeRow || type == c_oAscSelectionType.RangeMax) {
this.cleanSelection();
this.model.selectionRange.assign2(range);
this._fixSelectionOfMergedCells();
this._drawSelection();
this._updateSelectionNameAndInfo();
......
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