jbilcke-hf's picture
jbilcke-hf HF staff
Modifying AiTube to support Stories Factory use cases
6215321
raw
history blame
146 Bytes
export function setZIndexDepthId(element: HTMLElement, value = 0): void {
return element.setAttribute('data-z-index-depth', `${value || "0"}`)
}