Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Jun 20, 2017
1 parent 2f9a949 commit 1b5b023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MarkDownEditor/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ public string DocumentPath
markdownSourceTempPath = Path.GetDirectoryName(documentPath) + "\\~" + Path.GetRandomFileName() + ".md";
previewSourceTempPath = Path.GetDirectoryName(documentPath) + "\\~" + Path.GetRandomFileName() + ".html";
}


//RaisePropertyChanged("DocumentSource");

RaisePropertyChanged("DocumentSource");
RaisePropertyChanged("PreviewSource");
RaisePropertyChanged("DocumentPath");
}
Expand Down

0 comments on commit 1b5b023

Please sign in to comment.