FIX: This `DecoratorHelper` didn't have a `container` reference
This commit is contained in:
parent
cf1fefe236
commit
850f5c3472
|
@ -8,6 +8,7 @@ class DecoratorHelper {
|
|||
this.widget = widget;
|
||||
this.attrs = attrs;
|
||||
this.state = state;
|
||||
this.container = widget.container;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue