mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-05 16:56:34 +08:00
一点小优化和一点小bug修复
This commit is contained in:
@@ -213,7 +213,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Controls
|
||||
|
||||
protected override void OnPreviewMouseLeftButtonUp(MouseButtonEventArgs e)
|
||||
{
|
||||
base.OnPreviewMouseLeftButtonDown(e);
|
||||
base.OnPreviewMouseLeftButtonUp(e);
|
||||
|
||||
if (EditClickCount == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user