mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-10 00:50:55 +01:00
Use renamed tableView.scrollToRowIfNotVisible.
This commit is contained in:
parent
b3190e99ad
commit
0e47298788
@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user