Fixed an issue with editing pastes getting the dialog stuck
This commit is contained in:
parent
d142010786
commit
cf3931f529
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@
|
||||||
Content = string.Empty;
|
Content = string.Empty;
|
||||||
Listed = false;
|
Listed = false;
|
||||||
confirmDelete = false;
|
confirmDelete = false;
|
||||||
|
loading = false;
|
||||||
await InvokeAsync(StateHasChanged);
|
await InvokeAsync(StateHasChanged);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue