diff --git a/src/components/status/status.js b/src/components/status/status.js index 37b00a1eb..7ee2632bd 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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()