Skip to content

Commit

Permalink
Refactor #10981
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 20, 2021
1 parent 038f5e3 commit 8234a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/splitter/splitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Splitter {

prevPanelSize = null;

_panelSizes: number[] = null;
_panelSizes: number[] = [];

prevPanelIndex = null;

Expand Down

0 comments on commit 8234a28

Please sign in to comment.