Fix critical editor dialog layout

This commit is contained in:
2026-03-14 15:26:28 +01:00
parent 45e8a26d96
commit 19164736ad
3 changed files with 18 additions and 5 deletions

View File

@@ -321,11 +321,12 @@
return;
}
isEditorOpen = true;
isEditorLoading = true;
isEditorSaving = false;
editorError = null;
editorModel = null;
editingResultId = resultId;
isEditorSaving = false;
isEditorLoading = true;
isEditorOpen = true;
try
{