jbilcke-hf's picture
jbilcke-hf HF Staff
Modifying AiTube to support Stories Factory use cases
6215321
raw
history blame
139 Bytes
export function getZIndexDepth(element: HTMLElement, defaultValue = 0) {
return Number(element.getAttribute('data-z-index-depth') || 0)
}