--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 cardHeight = el.getBBox().height;
|
||||
return cardHeight;
|
||||
}
|
||||
const getSVGElHeight = (el: SVGGElement) => el.getBBox().height;
|
||||
|
||||
function calculateAllCardsHeight() {
|
||||
const cards = document.querySelectorAll(".test");
|
||||
|
|
|
|||
Loading…
Reference in a new issue