Fix wide toasts in debuglog window

This commit is contained in:
Jamie Kyle 2024-03-21 15:51:22 -07:00 committed by GitHub
parent 43a26fb017
commit 1480c3f13a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -27,7 +27,7 @@ export type PropsType = {
toast?: AnyToast;
megaphone?: AnyActionableMegaphone;
centerToast?: boolean;
containerWidthBreakpoint: WidthBreakpoint;
containerWidthBreakpoint: WidthBreakpoint | null;
isCompositionAreaVisible?: boolean;
};