Skip to content

Commit

Permalink
3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona authored Jul 3, 2024
2 parents 7a90e86 + c8ba1ac commit 14040c5
Show file tree
Hide file tree
Showing 114 changed files with 1,866 additions and 792 deletions.
2 changes: 1 addition & 1 deletion assets/js/lcp-beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class RocketLcpBeacon {

_fillATFWithoutDuplications(elements) {
elements.forEach(({ element, elementInfo }) => {
if ( this._isDuplicateImage(element) ) {
if ( this._isDuplicateImage(element) || !elementInfo ) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/js/lcp-beacon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14040c5

Please sign in to comment.