Open hx8563 opened 4 years ago
That's certainly a bug, weight
is never used by the implementation.
weight
is never used by the implementation.
I have to disagree; I started to work on that, and it was.
I have to disagree; I started to work on that, and it was.
ok, i meant now i cannot find usages in the implementation.
Bug Description:
The weight property in WidgetOptions is expected to setting a default height for each ViewContainerPart sub-view, but it doesn't works. For example, the debugger view is suppose to display each sub-vew with different height, with the predefined weight:
But it seems like all sub-vew has been displayed as same height:
Steps to Reproduce:
my package.json:
Additional Information