mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use renamed tableView.scrollToRowIfNotVisible.
This commit is contained in:
@@ -271,7 +271,7 @@ final class TimelineViewController: NSViewController, UndoableCommandRunner {
|
||||
return
|
||||
}
|
||||
|
||||
tableView.scrollToIfNotVisable(index: followingRowIndex)
|
||||
tableView.scrollToRowIfNotVisible(followingRowIndex)
|
||||
|
||||
}
|
||||
|
||||
@@ -294,7 +294,7 @@ final class TimelineViewController: NSViewController, UndoableCommandRunner {
|
||||
return
|
||||
}
|
||||
|
||||
tableView.scrollToIfNotVisable(index: followingRowIndex)
|
||||
tableView.scrollToRowIfNotVisible(followingRowIndex)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user