Original in Doku Text übernehmen

This commit is contained in:
2026-01-07 17:03:25 +01:00
parent 5ea7317133
commit 63e50cbc19

View File

@@ -230,6 +230,7 @@ namespace BeWo.ViewModel.ListViewModel
sb.AppendLine(callback.Result);
sb.AppendLine();
sb.AppendLine("Original:");
sb.AppendLine(AktuellerDokutext);
AktuellerDokutext = sb.ToString();