pull/932/head
Ryan Tharp 6 years ago committed by GitHub
parent 4254f15b44
commit 56d5bb5b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1192,6 +1192,8 @@
// This message is likely not loaded yet in the DOM // This message is likely not loaded yet in the DOM
if (!position) { if (!position) {
// should this be break? // should this be break?
// eslint-disable-next-line no-continue
continue; continue;
} }
const { top } = position; const { top } = position;

Loading…
Cancel
Save