fix(toasts): handle toasts ingame properly without useComposition hack

This commit is contained in:
AAGaming
2022-09-05 11:24:04 -04:00
parent 843e03b42c
commit 501145a210
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -79,7 +79,6 @@ class Toaster extends Logger {
return;
window.NotificationStore.m_rgNotificationToasts.push(toastData);
window.NotificationStore.DispatchNextToast();
window.NotificationStore.m_rgNotificationToasts.pop();
}
deinit() {