mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
91e1c83a91
commit
61f82be9f3
@ -236,6 +236,8 @@ export abstract class PerspectiveTreeNode {
|
||||
const nodeConfig: PerspectiveNodeConfig = {
|
||||
...createPerspectiveNodeConfig(this.namedObject),
|
||||
isAutoGenerated: true,
|
||||
conid: this.parentNodeConfig?.conid,
|
||||
database: this.parentNodeConfig?.database,
|
||||
};
|
||||
const refConfig: PerspectiveReferenceConfig = {
|
||||
designerId: uuidv1(),
|
||||
|
@ -372,6 +372,7 @@
|
||||
if (!display) return;
|
||||
await tick();
|
||||
if (!domTable) return;
|
||||
if (!display) return;
|
||||
if (disableLoadNextRef.get()) return;
|
||||
|
||||
const rowIndex = getLastVisibleRowIndex();
|
||||
|
Loading…
Reference in New Issue
Block a user