Merge branch 'remove-dead-code' into 'develop'
Remove dead code See merge request pleroma/pleroma-fe!927
This commit is contained in:
commit
018a650166
1 changed files with 0 additions and 3 deletions
|
@ -149,9 +149,6 @@ const conversation = {
|
||||||
},
|
},
|
||||||
toggleExpanded () {
|
toggleExpanded () {
|
||||||
this.expanded = !this.expanded
|
this.expanded = !this.expanded
|
||||||
if (!this.expanded) {
|
|
||||||
this.setHighlight(null)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue