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