mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Comment out some well meaning, but broken code
This commit is contained in:
@@ -563,11 +563,12 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner, Ma
|
||||
completion?()
|
||||
return
|
||||
}
|
||||
|
||||
if tableView.window == nil {
|
||||
completion?()
|
||||
return
|
||||
}
|
||||
|
||||
// This change made the Sidebar completely unusable
|
||||
// if tableView.window == nil {
|
||||
// completion?()
|
||||
// return
|
||||
// }
|
||||
|
||||
tableView.performBatchUpdates {
|
||||
if let deletes = changes.deletes, !deletes.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user