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