增加了节点树预览、节点定位,容器对象预览

This commit is contained in:
fengjiayi
2024-09-27 23:47:25 +08:00
parent 7461e32a3d
commit 51bdbab4d1
17 changed files with 793 additions and 181 deletions

View File

@@ -34,7 +34,7 @@ namespace Serein.WorkBench.Node.ViewModel
set
{
isSelect = value;
// OnPropertyChanged();
OnPropertyChanged();
}
}