mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
fix perspective
This commit is contained in:
@@ -422,6 +422,7 @@ export abstract class PerspectiveTreeNode {
|
|||||||
});
|
});
|
||||||
lastAlias = alias;
|
lastAlias = alias;
|
||||||
lastNode = node;
|
lastNode = node;
|
||||||
|
index += 1;
|
||||||
}
|
}
|
||||||
if (node?.parentNode?.designerId != this?.designerId) return null;
|
if (node?.parentNode?.designerId != this?.designerId) return null;
|
||||||
select.where = {
|
select.where = {
|
||||||
|
|||||||
Reference in New Issue
Block a user