mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reset scroll position when article is reset. Issue #1716
This commit is contained in:
@@ -65,6 +65,7 @@ class WebViewController: UIViewController {
|
||||
startArticleExtractor()
|
||||
}
|
||||
if article != oldValue {
|
||||
restoreWindowScrollY = 0
|
||||
renderPage()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user