From f10606adfd19c34ce345f65cc29e1713b44cd366 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 8 Oct 2019 14:44:11 -0400 Subject: [PATCH] aria-live="polite" on toaster --- src/popup/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/app.component.ts b/src/popup/app.component.ts index 2efe175723..e4960c0559 100644 --- a/src/popup/app.component.ts +++ b/src/popup/app.component.ts @@ -44,7 +44,7 @@ import { routerTransition } from './app-routing.animations'; styles: [], animations: [routerTransition], template: ` - +
`,