Skip to content

Commit

Permalink
IBX-4972: Middle elippsis fixed container class checked (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i authored Feb 2, 2023
1 parent 9e74fbe commit de50b8e
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 de50b8e

Please sign in to comment.