diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index 34b25459f..14e59bd44 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -1192,6 +1192,8 @@ // This message is likely not loaded yet in the DOM if (!position) { // should this be break? + + // eslint-disable-next-line no-continue continue; } const { top } = position;