105040 Update 移除非必要的函数调用

This commit is contained in:
lihanbo 2024-12-17 15:12:01 +08:00
parent abeb99c94b
commit bbd32fa7d8
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.ViewModel
if (cableModel == line.CableModel)
{
line.IsChecked = true;
line.OnPropertyChanged(nameof(line.IsChecked)); // Ensure property change is notified
}
}
}