Fix richiesta Profilo da Area

This commit is contained in:
Annamaria Sassi
2026-01-26 11:34:36 +01:00
parent e9fce48b37
commit 34a41ca85b
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -88,8 +88,8 @@ namespace WebWindowComplex.Compo
currFrame = CurrFrameWindow,
svgNoHw = true
};
_ = EC_ReqElement.InvokeAsync(CurrFrameWindow);
_ = EC_UpdateFrame.InvokeAsync(args);
_ = EC_ReqElement.InvokeAsync(CurrFrameWindow);
}
}
}
+1 -2
View File
@@ -1288,8 +1288,7 @@ namespace WebWindowComplex
reqList.Add(item.GroupId);
}
}
if (prevReq == (int)DataReq.ReqElement)
await DoReqElement(reqList);
await DoReqElement(reqList);
}
}
+3
View File
@@ -89,6 +89,9 @@