mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 20:45:59 +00:00
data grid: multiselect cells with shift+mouse
This commit is contained in:
@@ -754,6 +754,8 @@
|
|||||||
selectedCells = [...selectedCells, cell];
|
selectedCells = [...selectedCells, cell];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (event.shiftKey) {
|
||||||
|
selectedCells = getCellRange(oldCurrentCell, cell);
|
||||||
} else {
|
} else {
|
||||||
selectedCells = getCellRange(cell, cell);
|
selectedCells = getCellRange(cell, cell);
|
||||||
dragStartCell = cell;
|
dragStartCell = cell;
|
||||||
|
|||||||
Reference in New Issue
Block a user