继续调整

This commit is contained in:
艾竹
2022-12-05 22:48:00 +08:00
parent 0487857d7b
commit 194eb9b104
40 changed files with 916 additions and 1474 deletions

View File

@@ -144,7 +144,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get
{
if (Parent?.IsReadOnly == true)
if (Parent?.IsReadOnly == true && Parent?.IsLoading == false)
{
return true;
}