mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: This DecoratorHelper
didn't have a container
reference
This commit is contained in:
parent
cf1fefe236
commit
850f5c3472
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class DecoratorHelper {
|
||||||
this.widget = widget;
|
this.widget = widget;
|
||||||
this.attrs = attrs;
|
this.attrs = attrs;
|
||||||
this.state = state;
|
this.state = state;
|
||||||
|
this.container = widget.container;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue