mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-25 14:23:10 +00:00
Merge pull request #3952 from zyhfish/task/fix-pr-3948
Fix #3948: re-render correctly when change progress indicator status.
This commit is contained in:
commit
cc3b14dbf8
@ -115,13 +115,13 @@
|
||||
public void ShowProgressIndicator()
|
||||
{
|
||||
_progressIndicator = true;
|
||||
Refresh();
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
public void HideProgressIndicator()
|
||||
{
|
||||
_progressIndicator = false;
|
||||
Refresh();
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
private void DismissMessage()
|
||||
|
Loading…
x
Reference in New Issue
Block a user