Fix wide toasts in debuglog window
This commit is contained in:
parent
43a26fb017
commit
1480c3f13a
3 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,7 @@ export type PropsType = {
|
|||
toast?: AnyToast;
|
||||
megaphone?: AnyActionableMegaphone;
|
||||
centerToast?: boolean;
|
||||
containerWidthBreakpoint: WidthBreakpoint;
|
||||
containerWidthBreakpoint: WidthBreakpoint | null;
|
||||
isCompositionAreaVisible?: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue