summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_view_controller.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-07-15 12:26:32 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-15 12:26:32 -0400
commitf7b3731b2b2767b0784e1f2e0ce723cae917c47a (patch)
treefd00d8da4bcbd671a9b1324dd500d133daf06e19 /webapp/components/post_view/post_view_controller.jsx
parent942ae4c5278e0a3064ef08937063ec66a6a8e990 (diff)
parentab52700aaa76a5623de23cd0156f5dbd9a24e264 (diff)
downloadchat-f7b3731b2b2767b0784e1f2e0ce723cae917c47a.tar.gz
chat-f7b3731b2b2767b0784e1f2e0ce723cae917c47a.tar.bz2
chat-f7b3731b2b2767b0784e1f2e0ce723cae917c47a.zip
Merge branch 'release-3.2' into 'master'
Diffstat (limited to 'webapp/components/post_view/post_view_controller.jsx')
-rw-r--r--webapp/components/post_view/post_view_controller.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/components/post_view/post_view_controller.jsx b/webapp/components/post_view/post_view_controller.jsx
index 3aba569fe..a7583fa38 100644
--- a/webapp/components/post_view/post_view_controller.jsx
+++ b/webapp/components/post_view/post_view_controller.jsx
@@ -260,6 +260,10 @@ export default class PostViewController extends React.Component {
return true;
}
+ if (nextState.emojis !== this.state.emojis) {
+ return true;
+ }
+
return false;
}