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);
}
}
}