Vanessa 2024-04-19 20:36:14 +08:00
parent 41f3e066ad
commit 0b2bde1426

View file

@ -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;