From 7a593a2fd893903ff3a19451679c3d46e1dd50cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Tue, 23 Jan 2018 15:42:51 +0100 Subject: [PATCH] Fix single character edition not taken into account. Fixes #582 --- CHANGELOG.md | 3 ++- src/sidebar/panel.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558419a0a..99b338c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## 2.2.0 (unrelease) -* No changes yet. +* Fix first edition not detected in new windows (#582) + ## 2.1.1 (2018-01-22) diff --git a/src/sidebar/panel.js b/src/sidebar/panel.js index b34f7bd9c..b58ee65bb 100644 --- a/src/sidebar/panel.js +++ b/src/sidebar/panel.js @@ -177,7 +177,6 @@ function loadContent() { isAuthenticated = true; } }); - ignoreNextLoadEvent = true; chrome.runtime.sendMessage({ action: 'kinto-sync' });