aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/content.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content.ts b/src/content.ts
index 5a9af1d3..3fc59cdf 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -2597,6 +2597,9 @@ function hotkeyListener(e: KeyboardEvent): void {
} else if (keybindEquals(key, closeSkipNoticeKey)) {
for (let i = 0; i < skipNotices.length; i++) {
skipNotices.pop().close();
+ }
+
+ for (let i = 0; i < upcomingNotices.length; i++) {
upcomingNotices.pop().close();
}