@ -1189,6 +1189,11 @@
const el = this.$(`#${message.id}`);
const position = el.position();
// This message is likely not loaded yet in the DOM
if (!position) {
// should this be break?
continue;
}
const { top } = position;
// We're fully below the viewport, continue searching up.