Exemplo n.º 1
0
 public void Handle(NewContentForEditorUiMsg msg)
 {
     MarkdownText = msg.Text;
 }
Exemplo n.º 2
0
 public void Handle(NewContentForEditorUiMsg msg)
 {
     if (_sendingNewContentMyself) return;
     _saveFile.Reset();
     _lastCapturedMarkdown = null;
 }