mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
Merge branch 'master' into mongo
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
grider.endUpdate();
|
||||
}
|
||||
|
||||
export function insertNewRow() {
|
||||
export async function insertNewRow() {
|
||||
if (grider.canInsert) {
|
||||
const rowIndex = grider.insertRow();
|
||||
const cell = [rowIndex, (currentCell && currentCell[1]) || 0];
|
||||
@@ -367,6 +367,7 @@
|
||||
currentCell = cell;
|
||||
// @ts-ignore
|
||||
selectedCells = [cell];
|
||||
await tick();
|
||||
scrollIntoView(cell);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user