--amend
This commit is contained in:
parent
47025c3ac4
commit
8864952371
1 changed files with 1 additions and 4 deletions
|
|
@ -22,10 +22,7 @@ export default function useUIindexAnims() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function getSVGElHeight(el: SVGGElement) {
|
const getSVGElHeight = (el: SVGGElement) => el.getBBox().height;
|
||||||
const cardHeight = el.getBBox().height;
|
|
||||||
return cardHeight;
|
|
||||||
}
|
|
||||||
|
|
||||||
function calculateAllCardsHeight() {
|
function calculateAllCardsHeight() {
|
||||||
const cards = document.querySelectorAll(".test");
|
const cards = document.querySelectorAll(".test");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue