This commit is contained in:
parent
41f3e066ad
commit
0b2bde1426
1 changed files with 1 additions and 3 deletions
|
@ -465,9 +465,7 @@ export class Graph extends Model {
|
|||
if (id) {
|
||||
this.blockId = id;
|
||||
}
|
||||
if (!isCurrentEditor(this.blockId) &&
|
||||
this.graphElement.firstElementChild.classList.contains("fn__none") // 引用右键打开关系图
|
||||
) {
|
||||
if (this.blockId && !isCurrentEditor(this.blockId) && this.type === "pin") {
|
||||
return;
|
||||
}
|
||||
this.graphData = response.data;
|
||||
|
|
Loading…
Add table
Reference in a new issue