(body)
| 143 | } |
| 144 | |
| 145 | export function removeUtilElements(body) { |
| 146 | if (zeroElement && zeroElement?.parentNode === body) { |
| 147 | body.removeChild(zeroElement); |
| 148 | } |
| 149 | zeroElement = null; |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Same as native getBoundingClientRect, except it takes into account parent <frame> offsets |
no outgoing calls
no test coverage detected
searching dependent graphs…