右键拖动画布

This commit is contained in:
艾竹
2023-03-12 15:26:58 +08:00
parent fb7858fe74
commit e2753b0bff
16 changed files with 711 additions and 142 deletions

View File

@@ -46,7 +46,6 @@ namespace AIStudio.Wpf.DiagramApp
private void HookEvents()
{
this.PreviewMouseWheel += this.OnPreviewMouseWheel;
}