diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-04-26 19:39:10 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-04-27 00:59:36 +0200 |
commit | b39f3648a7944a23cf4c1d9d324e320129e9d3ab (patch) | |
tree | 58f2dee5ac3bdc9f9d0fb5e1857459deccf9be64 /app | |
parent | f4ed38272be7cce814e3d3e7e5a2d1f352279e19 (diff) |
Tentative fix for #446
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/components/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/components/status.js b/app/javascript/flavours/glitch/components/status.js index a6c08ba1c..62aa35aae 100644 --- a/app/javascript/flavours/glitch/components/status.js +++ b/app/javascript/flavours/glitch/components/status.js @@ -69,6 +69,7 @@ export default class Status extends ImmutablePureComponent { 'collapse', 'notification', 'hidden', + 'expanded', ] updateOnStates = [ |