mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 12:14:00 +00:00
fix
This commit is contained in:
@@ -137,6 +137,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$: {
|
$: {
|
||||||
|
tick().then(() => {
|
||||||
if (display && display.focusedColumn) {
|
if (display && display.focusedColumn) {
|
||||||
const invMap = _.invert(realColumnUniqueNames);
|
const invMap = _.invert(realColumnUniqueNames);
|
||||||
const colIndex = invMap[display.focusedColumn];
|
const colIndex = invMap[display.focusedColumn];
|
||||||
@@ -144,6 +145,7 @@
|
|||||||
scrollIntoView([null, colIndex]);
|
scrollIntoView([null, colIndex]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function scrollIntoView(cell) {
|
function scrollIntoView(cell) {
|
||||||
|
|||||||
Reference in New Issue
Block a user