mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Skip clearing undo stack when timeline view changes articles. Fix #341.
This commit is contained in:
@@ -32,7 +32,6 @@ class TimelineViewController: NSViewController, UndoableCommandRunner {
|
||||
var articles = ArticleArray() {
|
||||
didSet {
|
||||
if articles != oldValue {
|
||||
clearUndoableCommands()
|
||||
updateShowAvatars()
|
||||
tableView.reloadData()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user