mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
helloworld
This commit is contained in:
@@ -220,9 +220,9 @@ namespace AIStudio.Wpf.DiagramDesigner.Controls
|
||||
DesignerItem.ExitPreviewExecuteEdit();
|
||||
if (firstPoint == e.GetPosition(this))
|
||||
{
|
||||
DesignerItem.EditCommand?.Execute(e.GetPosition(this));
|
||||
firstPoint = null;
|
||||
DesignerItem.EditCommand?.Execute(e.GetPosition(this));
|
||||
}
|
||||
firstPoint = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user