mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 02:55:59 +00:00
fix
This commit is contained in:
@@ -236,6 +236,8 @@ export abstract class PerspectiveTreeNode {
|
|||||||
const nodeConfig: PerspectiveNodeConfig = {
|
const nodeConfig: PerspectiveNodeConfig = {
|
||||||
...createPerspectiveNodeConfig(this.namedObject),
|
...createPerspectiveNodeConfig(this.namedObject),
|
||||||
isAutoGenerated: true,
|
isAutoGenerated: true,
|
||||||
|
conid: this.parentNodeConfig?.conid,
|
||||||
|
database: this.parentNodeConfig?.database,
|
||||||
};
|
};
|
||||||
const refConfig: PerspectiveReferenceConfig = {
|
const refConfig: PerspectiveReferenceConfig = {
|
||||||
designerId: uuidv1(),
|
designerId: uuidv1(),
|
||||||
|
|||||||
@@ -372,6 +372,7 @@
|
|||||||
if (!display) return;
|
if (!display) return;
|
||||||
await tick();
|
await tick();
|
||||||
if (!domTable) return;
|
if (!domTable) return;
|
||||||
|
if (!display) return;
|
||||||
if (disableLoadNextRef.get()) return;
|
if (disableLoadNextRef.get()) return;
|
||||||
|
|
||||||
const rowIndex = getLastVisibleRowIndex();
|
const rowIndex = getLastVisibleRowIndex();
|
||||||
|
|||||||
Reference in New Issue
Block a user