Skip to content

Commit 6ba26d0

Browse files
authored
Update lib/src/commands/LayoutTreeParser.ts
1 parent 5ec4004 commit 6ba26d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/commands/LayoutTreeParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class LayoutTreeParser {
140140
} else {
141141
// api is ModernLayoutSplitView
142142
const primary = this.parse(api.primary);
143-
const supplementary = api.supplementary ? this.parse(api.secondary) : undefined;
143+
const supplementary = api.supplementary ? this.parse(api.supplementary) : undefined;
144144
const secondary = this.parse(api.secondary);
145145

146146
return {

0 commit comments

Comments
 (0)