Skip to content

Commit

Permalink
fix: clear bestFaviconImage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz committed Jun 14, 2020
1 parent d5aafc4 commit a2721b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/favicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,6 @@ export function clear() {
}
current.favicons = null
current.bestFavicon = null
current.bestFaviconImage = null
}
}

0 comments on commit a2721b2

Please sign in to comment.