Skip clearing undo stack when timeline view changes articles. Fix #341.

This commit is contained in:
Brent Simmons 2018-02-11 17:45:02 -08:00
parent 2495a882ee
commit 46e0f781f8
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class TimelineViewController: NSViewController, UndoableCommandRunner {
var articles = ArticleArray() {
didSet {
if articles != oldValue {
clearUndoableCommands()
updateShowAvatars()
tableView.reloadData()
}