CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
371 stars 62 forks source link

Splitter defines StyleBar twice? #138

Closed henon closed 1 year ago

henon commented 1 year ago

In MudSplitter.razor I see @(StyleBar) at the end of this line: https://github.com/CodeBeamOrg/CodeBeam.MudExtensions/blob/3b580fa9d21f5f914104fc971842a33507f2dbeb/CodeBeam.MudExtensions/Components/Splitter/MudSplitter.razor#L21

and then two lines later it is defined again in the same class. I guess this is an oversight?

Happens two times in the same file.

mckaragoz commented 1 year ago

Yeah, it look like as you said and have no idea why we have the both same, thanks 🙂