We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb415 commit 4d013d7Copy full SHA for 4d013d7
plugins/plugin-codeflare/src/controller/terminal.tsx
@@ -54,7 +54,7 @@ export async function shell(args: Arguments) {
54
}
55
56
57
-export type Props = Pick<BaseProps, "tab" | "REPL" | "onExit" | "searchable"> & {
+export type Props = Pick<BaseProps, "tab" | "REPL" | "onExit" | "searchable" | "fontSizeAdjust"> & {
58
/** Default guidebook (if not given, we will take the value from the client definition) */
59
defaultGuidebook?: string
60
0 commit comments