diff --git a/app/assets/javascripts/discourse/widgets/decorator-helper.js.es6 b/app/assets/javascripts/discourse/widgets/decorator-helper.js.es6 index 024e6d44219..a949d0a6281 100644 --- a/app/assets/javascripts/discourse/widgets/decorator-helper.js.es6 +++ b/app/assets/javascripts/discourse/widgets/decorator-helper.js.es6 @@ -8,6 +8,7 @@ class DecoratorHelper { this.widget = widget; this.attrs = attrs; this.state = state; + this.container = widget.container; } /**