Fix regex, tag detector condition

This commit is contained in:
Henry Jameson 2019-11-14 00:41:14 +02:00
parent 50dc9df8a4
commit 692ee0e95a
2 changed files with 13 additions and 14 deletions

View file

@ -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,
}
},