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…
Reference in New Issue