Skip to content

Commit

Permalink
Merge branch '4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Feb 2, 2023
2 parents 7747bf7 + de50b8e commit 8427c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

const middleEllipsisContainers = [...baseElement.querySelectorAll('.ibexa-middle-ellipsis')];

if (baseElement instanceof Element) {
if (baseElement instanceof Element && baseElement.classList.contains('ibexa-middle-ellipsis')) {
middleEllipsisContainers.push(baseElement);
}

Expand Down

0 comments on commit 8427c19

Please sign in to comment.