| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,7 +98,7 @@ export class SplitComponent { | |||
| 98 | 98 | * @internal | |
| 99 | 99 | */ | |
| 100 | 100 | readonly _areas = contentChildren(SPLIT_AREA_CONTRACT) | |
| 101 | - protected readonly customGutter = contentChild(SplitGutterDirective) | ||
| 101 | + protected readonly customGutter = contentChild(SplitGutterDirective, { descendants: false }) | ||
| 102 | 102 | readonly gutterSize = input(this.defaultOptions.gutterSize, { | |
| 103 | 103 | transform: numberAttributeWithFallback(this.defaultOptions.gutterSize), | |
| 104 | 104 | }) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments