diff options
| author | Henry Jameson <me@hjkos.com> | 2019-11-14 00:41:14 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-11-14 00:41:14 +0200 |
| commit | 692ee0e95a852b1f803b7ae92d65cbf4f3ce3445 (patch) | |
| tree | d425c47e8bcde4913fe9ed55cff08d46b4168d1a /src/components/status/status.js | |
| parent | 50dc9df8a44d408dd83ae4b17c407fa36c85cf8e (diff) | |
Fix regex, tag detector condition
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 6dbb2199..416aa36a 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -43,7 +43,7 @@ const Status = { showingTall: this.inConversation && this.focused, showingLongSubject: false, error: null, - // Initial state + // not as computed because it sets the initial state which will be changed later expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject, } }, |
