mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-21 07:16:34 +08:00
破坏性更新,移除了Core/Framework(对应的上下文类移动到了Library)
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Serein.Workbench.Avalonia.DataTemplates
|
||||
textBlock.FontSize = 12;
|
||||
return textBlock;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
public bool Match(object data)
|
||||
@@ -57,7 +57,7 @@ namespace Serein.Workbench.Avalonia.DataTemplates
|
||||
}
|
||||
var dragData = new DataObject(); // 设置需要传递的数据
|
||||
dragData.Set(DataFormats.Text, mdInfo.ToJsonText());
|
||||
_ = DragDrop.DoDragDrop(e, dragData, DragDropEffects.Copy);
|
||||
_ = DragDrop.DoDragDrop(e, dragData, DragDropEffects.Copy);
|
||||
//var result = await DragDrop.DoDragDrop(e, dragData, DragDropEffects.Copy);
|
||||
//Debug.WriteLine("DoDrag :" + result);
|
||||
//switch (result)
|
||||
|
||||
Reference in New Issue
Block a user