add allNe Tooltip
This commit is contained in:
@@ -539,7 +539,7 @@ function wsMessage(res: Record<string, any>) {
|
||||
// 图片类型不能填充
|
||||
if (node.type && node.type.startsWith('image')) {
|
||||
// 更新节点
|
||||
if (node.label !== node.neInfo.neName) {
|
||||
if (node.label !== node.neInfo.neType) {
|
||||
graphG6.value.updateItem(item, {
|
||||
label: node.neInfo.neType,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user