几个小bug

This commit is contained in:
艾竹
2023-04-05 08:57:31 +08:00
parent 4c54318b9a
commit fccac1da23
4 changed files with 30 additions and 4 deletions

View File

@@ -658,7 +658,9 @@ namespace AIStudio.Wpf.DiagramDesigner
_viewModel.AddItemCommand.Execute(itemBase);
}
}
e.Handled = true;
e.Handled = true;
this.Focus();
}
public FullyCreatedConnectorInfo FindNearPortToAttachTo()