update editor

This commit is contained in:
2025-12-06 18:45:52 +07:00
parent e1a6be0836
commit d372104760
9 changed files with 76 additions and 44 deletions
+2
View File
@@ -207,6 +207,8 @@ func (s *Services) GetGraph(ctx context.Context, req *proto.GetGraphReq) (*proto
nodes = append(nodes, &proto.GetGraphRsp_Node{
Id: node.ID,
Label: node.Label,
Name: node.Name,
Text: node.Text,
})
}
edges := make([]*proto.GetGraphRsp_Edge, 0, len(graph.Edges))