mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Reset scroll position when article is reset. Issue #1716
This commit is contained in:
parent
3dae77aea8
commit
bc5a8c3705
@ -65,6 +65,7 @@ class WebViewController: UIViewController {
|
|||||||
startArticleExtractor()
|
startArticleExtractor()
|
||||||
}
|
}
|
||||||
if article != oldValue {
|
if article != oldValue {
|
||||||
|
restoreWindowScrollY = 0
|
||||||
renderPage()
|
renderPage()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user