From 501145a210d8d8a222d86b420ba8538474ff7723 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 5 Sep 2022 11:24:04 -0400 Subject: fix(toasts): handle toasts ingame properly without useComposition hack --- frontend/src/toaster.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/toaster.tsx') diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index f42eb3f5..b0c8671a 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -79,7 +79,6 @@ class Toaster extends Logger { return; window.NotificationStore.m_rgNotificationToasts.push(toastData); window.NotificationStore.DispatchNextToast(); - window.NotificationStore.m_rgNotificationToasts.pop(); } deinit() { -- cgit v1.2.3