Signal that the mouse exited the link when an article gets reloaded. Fixes #2877

This commit is contained in:
Maurice Parker 2021-03-15 20:14:30 -05:00
parent 78b9444274
commit 42e6e1397d
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,8 @@ private extension DetailWebViewController {
}
func reloadHTML() {
delegate?.mouseDidExit(self)
let style = ArticleStylesManager.shared.currentStyle
let rendering: ArticleRenderer.Rendering