Skip to content

Commit

Permalink
Signal that the mouse exited the link when an article gets reloaded. F…
Browse files Browse the repository at this point in the history
…ixes #2877
  • Loading branch information
vincode-io committed Mar 16, 2021
1 parent 78b9444 commit 42e6e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mac/MainWindow/Detail/DetailWebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ private extension DetailWebViewController {
}

func reloadHTML() {
delegate?.mouseDidExit(self)

let style = ArticleStylesManager.shared.currentStyle
let rendering: ArticleRenderer.Rendering

Expand Down

0 comments on commit 42e6e13

Please sign in to comment.