Refresh editor after quick reparse

This commit is contained in:
2026-03-15 13:51:08 +01:00
parent 0c64ddb98b
commit 36c7187df6
2 changed files with 61 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
}
else if (Model is not null)
{
<EditForm Model="Model" OnSubmit="HandleSubmitAsync" class="critical-editor-form">
<EditForm @key="Model" Model="Model" OnSubmit="HandleSubmitAsync" class="critical-editor-form">
<div class="critical-editor-body">
@if (!string.IsNullOrWhiteSpace(ReparseErrorMessage))
{