Additional comment on AvalonEdit

This commit is contained in:
Mark van Renswoude 2022-01-05 19:01:30 +01:00
parent 5fc5c1be12
commit 380d9786cc
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ namespace PettingZoo.UI.Tab.Publisher
// Avalon doesn't play nice with bindings it seems:
// https://stackoverflow.com/questions/18964176/two-way-binding-to-avalonedit-document-text-using-mvvm
// ...this is intended though, and well explained here:
// https://github.com/icsharpcode/AvalonEdit/issues/84
Editor.Document.Text = Payload;