mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 16:51:19 +01:00
Signal that the mouse exited the link when an article gets reloaded. Fixes #2877
This commit is contained in:
parent
78b9444274
commit
42e6e1397d
@ -235,6 +235,8 @@ private extension DetailWebViewController {
|
||||
}
|
||||
|
||||
func reloadHTML() {
|
||||
delegate?.mouseDidExit(self)
|
||||
|
||||
let style = ArticleStylesManager.shared.currentStyle
|
||||
let rendering: ArticleRenderer.Rendering
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user