Skip to content

Commit 4d013d7

Browse files
committed
fix: export fontSizeAdjust Terminal property
1 parent 13eb415 commit 4d013d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/controller/terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function shell(args: Arguments) {
5454
}
5555
}
5656

57-
export type Props = Pick<BaseProps, "tab" | "REPL" | "onExit" | "searchable"> & {
57+
export type Props = Pick<BaseProps, "tab" | "REPL" | "onExit" | "searchable" | "fontSizeAdjust"> & {
5858
/** Default guidebook (if not given, we will take the value from the client definition) */
5959
defaultGuidebook?: string
6060

0 commit comments

Comments
 (0)