add allNe Tooltip

This commit is contained in:
lai
2025-05-23 17:08:04 +08:00
parent af513ba157
commit f2018eca30
5 changed files with 124 additions and 138 deletions

View File

@@ -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,
});