fix unrendered statuses breaking UI
This commit is contained in:
parent
e8ee3d474c
commit
7f30b3291a
1 changed files with 1 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ const Status = {
|
|||
this.controlledToggleThreadDisplay()
|
||||
},
|
||||
scrollIfHighlighted (highlightId) {
|
||||
if (this.$el.getBoundingClientRect == null) return
|
||||
const id = highlightId
|
||||
if (this.status.id === id) {
|
||||
const rect = this.$el.getBoundingClientRect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue