@@ -1268,7 +1268,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
12681268 maxReadFileLine,
12691269 terminalCompressProgressBar,
12701270 historyPreviewCollapsed,
1271- markdownBlockLineheight ,
1271+ markdownBlockLineHeight ,
12721272 } = await this . getState ( )
12731273
12741274 const telemetryKey = process . env . POSTHOG_API_KEY
@@ -1357,7 +1357,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
13571357 terminalCompressProgressBar : terminalCompressProgressBar ?? true ,
13581358 hasSystemPromptOverride,
13591359 historyPreviewCollapsed : historyPreviewCollapsed ?? false ,
1360- markdownBlockLineheight : markdownBlockLineheight ?? 1.25 ,
1360+ markdownBlockLineHeight : markdownBlockLineHeight ?? 1.25 ,
13611361 }
13621362 }
13631363
@@ -1448,7 +1448,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
14481448 showRooIgnoredFiles : stateValues . showRooIgnoredFiles ?? true ,
14491449 maxReadFileLine : stateValues . maxReadFileLine ?? 500 ,
14501450 historyPreviewCollapsed : stateValues . historyPreviewCollapsed ?? false ,
1451- markdownBlockLineheight : stateValues . markdownBlockLineheight ?? 1.25 ,
1451+ markdownBlockLineHeight : stateValues . markdownBlockLineHeight ?? 1.25 ,
14521452 }
14531453 }
14541454
0 commit comments