mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 08:10:47 +08:00
解决了接口节点的参数共享,UI控件的Menu菜单事件穿透问题,同时优化了工作台画布流程相关事件的部分代码
This commit is contained in:
@@ -60,7 +60,15 @@ namespace Serein.Workbench.Node.View
|
||||
endPoint = end;
|
||||
this.strokeThickness = 4;
|
||||
InitElementPoint(isDotted, isTop);
|
||||
InvalidateVisual(); // 触发重绘
|
||||
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
await App.UIContextOperation.InvokeAsync(() =>
|
||||
{
|
||||
InvalidateVisual(); // 触发重绘
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user