Skip to content

Commit

Permalink
Update lib/src/commands/LayoutTreeParser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdriver committed Oct 21, 2020
1 parent 5ec4004 commit 6ba26d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/LayoutTreeParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class LayoutTreeParser {
} else {
// api is ModernLayoutSplitView
const primary = this.parse(api.primary);
const supplementary = api.supplementary ? this.parse(api.secondary) : undefined;
const supplementary = api.supplementary ? this.parse(api.supplementary) : undefined;
const secondary = this.parse(api.secondary);

return {
Expand Down

0 comments on commit 6ba26d0

Please sign in to comment.