From 8a7e04ddc2a67c74349302c6d56e9710991bce82 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 21 Oct 2017 13:11:32 -0400 Subject: [PATCH] observe subtree --- src/content/notificationBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/notificationBar.js b/src/content/notificationBar.js index f4711e3fe6..e4a71c6fb1 100644 --- a/src/content/notificationBar.js +++ b/src/content/notificationBar.js @@ -104,7 +104,7 @@ } }); - observer.observe(bodies[0], { childList: true }); + observer.observe(bodies[0], { childList: true, subtree: true }); } }