Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
feat(navigation): improved favicon presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Apr 20, 2019
1 parent 8da78dc commit 2718f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabWebview.vue
Expand Up @@ -67,7 +67,7 @@ export default {
});
this.webview.addEventListener('page-favicon-updated', ({ favicons }) => {
const [favicon] = favicons;
const favicon = favicons.pop();
this.$store.commit('Pages/setState', {
tabId: this.item.id,
Expand Down

0 comments on commit 2718f84

Please sign in to comment.