Fixed an issue with editing pastes getting the dialog stuck

This commit is contained in:
Gordon Pedersen 2025-02-10 16:35:22 +11:00
parent d142010786
commit cf3931f529

View file

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