Use renamed tableView.scrollToRowIfNotVisible.

This commit is contained in:
Brent Simmons 2019-04-13 11:20:03 -07:00
parent b3190e99ad
commit 0e47298788
1 changed files with 2 additions and 2 deletions

View File

@ -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)
}