diff --git a/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor b/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor index 8b94427..dd2b1d0 100644 --- a/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor +++ b/src/RolemasterDb.App/Components/Shared/CriticalCellEditorDialog.razor @@ -73,7 +73,13 @@

Quick Parse Input

First line is the result prose. Later lines are base affixes or condition: ... lines with comma-separated shorthand.

- @@ -411,6 +417,11 @@ await OnSave.InvokeAsync(); } + private async Task HandleReparseClickAsync(MouseEventArgs _) + { + await OnReparse.InvokeAsync(); + } + private void HandleQuickParseInputChanged(ChangeEventArgs args) { if (Model is null)