fix/tall-status-handling
shpuld 6 years ago
parent 0460728a8c
commit c3a931610a

@ -262,7 +262,6 @@ const Status = {
this.userExpanded = !this.userExpanded this.userExpanded = !this.userExpanded
}, },
toggleShowMore () { toggleShowMore () {
console.log('toggleShowMore', this.showingTall)
if (this.showingTall) { if (this.showingTall) {
this.showingTall = false this.showingTall = false
} else if (this.expandingSubject && this.status.summary) { } else if (this.expandingSubject && this.status.summary) {

Loading…
Cancel
Save