From 02394e9170159615839c05d46e8c1ad8cb161ea9 Mon Sep 17 00:00:00 2001 From: Tarek Khalil <45508821+khalilovcmded@users.noreply.github.com> Date: Mon, 8 Apr 2019 16:17:09 +0100 Subject: [PATCH] FIX: assign `decoratorHelper` (#7338) --- app/assets/javascripts/discourse/widgets/post-cooked.js.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 index 94627ec704e..c8458f597da 100644 --- a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 @@ -16,6 +16,7 @@ export default class PostCooked { this.attrs = attrs; this.expanding = false; this._highlighted = false; + this.decoratorHelper = decoratorHelper; this.currentUser = currentUser; this.ignoredUsers = this.currentUser ? this.currentUser.ignored_users