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

delete unused code

parent 4c7534b5
......@@ -7359,14 +7359,7 @@
} else {
// move active range to offset x,y
this._moveActiveCellToOffset(x, y);
var x1 = this.getCellLeftRelative(this.model.selectionRange.activeCell.col, /*pt*/0), y1 = this.getCellTopRelative(
this.model.selectionRange.activeCell.row, /*pt*/0);
if (isCoord) {
ret = this._calcActiveRangeOffsetIsCoord(x1, y1);
} else {
ret = this._calcActiveRangeOffset();
}
ret = this._calcActiveRangeOffset();
}
if (this.isSelectionDialogMode) {
......
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