mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
change active cell during change to fix focus shift (#2545)
This commit is contained in:
@@ -89,7 +89,7 @@ export class CellRangeSelector<T> implements ICellRangeSelector<T> {
|
|||||||
|
|
||||||
this.canvas.classList.add(this.options.dragClass);
|
this.canvas.classList.add(this.options.dragClass);
|
||||||
|
|
||||||
this.grid.focus();
|
this.grid.setActiveCell(cell.row, cell.cell);
|
||||||
|
|
||||||
let start = this.grid.getCellFromPoint(
|
let start = this.grid.getCellFromPoint(
|
||||||
dd.startX - $(this.canvas).offset().left,
|
dd.startX - $(this.canvas).offset().left,
|
||||||
|
|||||||
Reference in New Issue
Block a user