From 2718f84c186703020535b1ed723df3379c91391e Mon Sep 17 00:00:00 2001 From: herteleo Date: Sat, 20 Apr 2019 18:27:23 +0200 Subject: [PATCH] feat(navigation): improved favicon presentation --- src/components/TabWebview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TabWebview.vue b/src/components/TabWebview.vue index 5d83b93..f565b2c 100644 --- a/src/components/TabWebview.vue +++ b/src/components/TabWebview.vue @@ -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,