Recreate editor after reparse
This commit is contained in:
@@ -205,6 +205,7 @@
|
||||
@if (isEditorOpen)
|
||||
{
|
||||
<CriticalCellEditorDialog
|
||||
@key="editorModel"
|
||||
Model="editorModel"
|
||||
ComparisonBaseline="editorComparisonBaselineModel"
|
||||
IsLoading="isEditorLoading"
|
||||
@@ -405,6 +406,7 @@
|
||||
|
||||
editorComparisonBaselineModel = comparisonBaseline;
|
||||
editorModel = CriticalCellEditorModel.FromResponse(response);
|
||||
await InvokeAsync(StateHasChanged);
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user